Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: congatec: Fix kernel-doc struct member names

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>

authored by

Randy Dunlap and committed by
Lee Jones
ee63402e 47a069a5

+2 -2
+2 -2
include/linux/mfd/cgbc.h
··· 26 26 * @io_cmd: Pointer to the command IO memory 27 27 * @session: Session id returned by the Board Controller 28 28 * @dev: Pointer to kernel device structure 29 - * @cgbc_version: Board Controller version structure 30 - * @mutex: Board Controller mutex 29 + * @version: Board Controller version structure 30 + * @lock: Board Controller mutex 31 31 */ 32 32 struct cgbc_device_data { 33 33 void __iomem *io_session;