]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mfd: congatec: Fix kernel-doc struct member names
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 9 Mar 2026 21:42:20 +0000 (14:42 -0700)
committerLee Jones <lee@kernel.org>
Wed, 25 Mar 2026 12:45:26 +0000 (12:45 +0000)
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>
Link: https://patch.msgid.link/20260309214223.749088-2-rdunlap@infradead.org
Signed-off-by: Lee Jones <lee@kernel.org>
include/linux/mfd/cgbc.h

index badbec4c703372120c9f7338e2ce1dfbc940b855..91f501e76c8fb47d65a916f8b5841b7fc9adc948 100644 (file)
@@ -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;