mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: linux-kernel@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
	Thomas Richard <thomas.richard@bootlin.com>,
	Lee Jones <lee@kernel.org>
Subject: [PATCH] mfd: Congatec: fix kernel-doc struct member names
Date: Mon, 23 Feb 2026 12:12:10 -0800	[thread overview]
Message-ID: <20260223201213.3092399-1-rdunlap@infradead.org> (raw)

Correct the struct member names to avoid kernel-doc warnings:

Warning: include/linux/mfd/cgbc.h:38 struct member 'version' not
 described in 'cgbc_device_data'
Warning: ../include/linux/mfd/cgbc.h:38 struct member 'lock' not
 described in 'cgbc_device_data'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Thomas Richard <thomas.richard@bootlin.com>
Cc: Lee Jones <lee@kernel.org>

 include/linux/mfd/cgbc.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20260220.orig/include/linux/mfd/cgbc.h
+++ linux-next-20260220/include/linux/mfd/cgbc.h
@@ -26,8 +26,8 @@ struct cgbc_version {
  * @io_cmd:		Pointer to the command IO memory
  * @session:		Session id returned by the Board Controller
  * @dev:		Pointer to kernel device structure
- * @cgbc_version:	Board Controller version structure
- * @mutex:		Board Controller mutex
+ * @version:		Board Controller version structure
+ * @lock:		Board Controller mutex
  */
 struct cgbc_device_data {
 	void __iomem		*io_session;

             reply	other threads:[~2026-02-23 20:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-23 20:12 Randy Dunlap [this message]
2026-02-23 20:12 ` [PATCH] mfd: Kontron PLD: " Randy Dunlap
2026-02-23 20:12 ` [PATCH] mfd: rsmu: remove a empty kernel-doc line Randy Dunlap
2026-03-06 13:46   ` Lee Jones
2026-02-23 20:12 ` [PATCH] mfd: si476x: fix kernel-doc warnings Randy Dunlap
2026-03-06 12:58 ` [PATCH] mfd: Congatec: fix kernel-doc struct member names Lee Jones
2026-03-06 20:27   ` Randy Dunlap
2026-03-09  9:52     ` Lee Jones

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=20260223201213.3092399-1-rdunlap@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=lee@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thomas.richard@bootlin.com \
    /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

all inboxes | Powered by JetHome®