[<prev] [next>] [day] [month] [year] [list]
Message-ID: <803b3a38-3e58-d185-4df2-144ffec629d6@infradead.org>
Date: Mon, 3 Sep 2018 13:00:19 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Evgeniy Polyakov <zbr@...emap.net>
Subject: [PATCH] w1: fix kernel-doc notation warning for struct w1_family
From: Randy Dunlap <rdunlap@...radead.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@...radead.org>
Cc: Evgeniy Polyakov <zbr@...emap.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 {
Powered by blists - more mailing lists