public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: Congatec: fix kernel-doc struct member names
@ 2026-02-23 20:12 Randy Dunlap
  2026-02-23 20:12 ` [PATCH] mfd: Kontron PLD: " Randy Dunlap
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Randy Dunlap @ 2026-02-23 20:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Thomas Richard, Lee Jones

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;

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-03-09  9:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-23 20:12 [PATCH] mfd: Congatec: fix kernel-doc struct member names Randy Dunlap
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox