w1: Fix documentation warning.
authorDhanuka Warusadura <csx@disroot.org>
Mon, 28 Oct 2019 11:07:44 +0000 (16:37 +0530)
committerGreg 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

index 7da0c7588e044e1a02e6b8c4468902826b6a734d..cebf3464bc03e6322f8e34069b423e9b7823684a 100644 (file)
@@ -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 {