Skip to content

Commit ee63402

Browse files
rddunlaplag-linaro
authored andcommitted
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>
1 parent 47a069a commit ee63402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/linux/mfd/cgbc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ struct cgbc_version {
2626
* @io_cmd: Pointer to the command IO memory
2727
* @session: Session id returned by the Board Controller
2828
* @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
3131
*/
3232
struct cgbc_device_data {
3333
void __iomem *io_session;

0 commit comments

Comments
 (0)