mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
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>
This commit is contained in:
parent
47a069a5de
commit
ee63402eb4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user