diff options
author | Dhanuka Warusadura <csx@disroot.org> | 2019-10-28 16:37:44 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-14 12:20:02 +0800 |
commit | 46549769d0512e44c5a08ae2dd05cebe55b3db16 (patch) | |
tree | 3ccbb8f4f2c628f7db05b572b5f10e370db21e92 /include/linux/w1.h | |
parent | 3ec1bd7693ee5bba69eaa1a2b74b14d37971769e (diff) | |
download | lwn-46549769d0512e44c5a08ae2dd05cebe55b3db16.tar.gz lwn-46549769d0512e44c5a08ae2dd05cebe55b3db16.zip |
w1: Fix documentation warning.
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>
Diffstat (limited to 'include/linux/w1.h')
-rw-r--r-- | include/linux/w1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/w1.h b/include/linux/w1.h index 7da0c7588e04..cebf3464bc03 100644 --- 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 { |