]> Git Repo - linux.git/commit
i3c: master: fix kernel-doc check warning
authorFrank Li <[email protected]>
Tue, 9 Jan 2024 05:25:48 +0000 (00:25 -0500)
committerAlexandre Belloni <[email protected]>
Sun, 14 Jan 2024 22:00:50 +0000 (23:00 +0100)
commit34d946b723b53488ab39d8ac540ddf9db255317a
treeaf12023f682feceefe3b4fc0abdc06eb0aa6269d
parent374c13f9080a1b9835a5ed3e7bea93cf8e2dc262
i3c: master: fix kernel-doc check warning

Fix warning found by
'scripts/kernel-doc -v -none include/linux/i3c/master.h'

include/linux/i3c/master.h:457: warning: Function parameter or member 'enable_hotjoin' not described in 'i3c_master_controller_ops'
include/linux/i3c/master.h:457: warning: Function parameter or member 'disable_hotjoin' not described in 'i3c_master_controller_ops'
include/linux/i3c/master.h:499: warning: Function parameter or member 'hotjoin' not described in 'i3c_master_controller'

Signed-off-by: Frank Li <[email protected]>
Reviewed-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
include/linux/i3c/master.h
This page took 0.054563 seconds and 4 git commands to generate.