[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20191028110744.6523-1-csx@disroot.org>
Date: Mon, 28 Oct 2019 16:37:44 +0530
From: Dhanuka Warusadura <csx@...root.org>
To: zbr@...emap.net, skhan@...uxfoundation.org, mchehab@...nel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
linux-kernel@...r.kernel.org
Cc: Dhanuka Warusadura <csx@...root.org>
Subject: [PATCH] Fixes documentation warning.
This patch fixes - warning: Function parameter or member 'of_match_table'
not described in 'w1_family'
Signed-off-by: Dhanuka Warusadura <csx@...root.org>
---
include/linux/w1.h | 1 +
1 file changed, 1 insertion(+)
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 {
--
2.24.0.rc1
Powered by blists - more mailing lists