lkml.org 
[lkml]   [2018]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] w1: fix kernel-doc notation warning for struct w1_family
Date
From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning for missing struct member description:

../include/linux/w1.h:281: warning: Function parameter or member 'of_match_table' not described in 'w1_family'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
---
include/linux/w1.h | 1 +
1 file changed, 1 insertion(+)

--- lnx-419-rc2.orig/include/linux/w1.h
+++ lnx-419-rc2/include/linux/w1.h
@@ -266,6 +266,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 device matching table
* @refcnt: reference counter
*/
struct w1_family {

\
 
 \ /
  Last update: 2018-09-03 22:01    [W:0.024 / U:1.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site