linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
From: csx at disroot.org (Dhanuka Warusadura)
Subject: [Linux-kernel-mentees] [PATCH] Fixes documentation warning.
Date: Mon, 28 Oct 2019 16:37:44 +0530	[thread overview]
Message-ID: <20191028110744.6523-1-csx@disroot.org> (raw)

This patch fixes - warning: Function parameter or member 'of_match_table'
not described in 'w1_family'

Signed-off-by: Dhanuka Warusadura <csx at disroot.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

WARNING: multiple messages have this Message-ID (diff)
From: csx@disroot.org (Dhanuka Warusadura)
Subject: [Linux-kernel-mentees] [PATCH] Fixes documentation warning.
Date: Mon, 28 Oct 2019 16:37:44 +0530	[thread overview]
Message-ID: <20191028110744.6523-1-csx@disroot.org> (raw)
Message-ID: <20191028110744.REjHijlgoF0u8lSOw_wPFkDY25jRl3YgnYDlIeysrt0@z> (raw)

This patch fixes - warning: Function parameter or member 'of_match_table'
not described in 'w1_family'

Signed-off-by: Dhanuka Warusadura <csx at disroot.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

             reply	other threads:[~2019-10-28 11:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 11:07 csx [this message]
2019-10-28 11:07 ` [Linux-kernel-mentees] [PATCH] Fixes documentation warning Dhanuka Warusadura

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191028110744.6523-1-csx@disroot.org \
    --to=linux-kernel-mentees@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).