projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec1bd7
)
w1: Fix documentation warning.
author
Dhanuka Warusadura
<csx@disroot.org>
Mon, 28 Oct 2019 11:07:44 +0000
(16:37 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 14 Nov 2019 04:20:02 +0000
(12:20 +0800)
This patch fixes - warning: Function parameter or member 'of_match_table'
not described in 'w1_family'
Signed-off-by: Dhanuka Warusadura <csx@disroot.org>
Link:
https://lore.kernel.org/r/20191028110744.6523-1-csx@disroot.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/w1.h
patch
|
blob
|
history
diff --git
a/include/linux/w1.h
b/include/linux/w1.h
index 7da0c7588e044e1a02e6b8c4468902826b6a734d..cebf3464bc03e6322f8e34069b423e9b7823684a 100644
(file)
--- a/
include/linux/w1.h
+++ b/
include/linux/w1.h
@@
-262,6
+262,7
@@
struct w1_family_ops {
* @family_entry: family linked list
* @fid: 8 bit family identifier
* @fops: operations for this family
+ * @of_match_table: open firmware match table
* @refcnt: reference counter
*/
struct w1_family {