Skip to content

Commit 34d946b

Browse files
nxpfranklialexandrebelloni
authored andcommitted
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 <Frank.Li@nxp.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/r/20240109052548.2128133-1-Frank.Li@nxp.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 374c13f commit 34d946b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/linux/i3c/master.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ struct i3c_bus {
433433
* for a future IBI
434434
* This method is mandatory only if ->request_ibi is not
435435
* NULL.
436+
* @enable_hotjoin: enable hot join event detect.
437+
* @disable_hotjoin: disable hot join event detect.
436438
*/
437439
struct i3c_master_controller_ops {
438440
int (*bus_init)(struct i3c_master_controller *master);
@@ -474,6 +476,7 @@ struct i3c_master_controller_ops {
474476
* @ops: master operations. See &struct i3c_master_controller_ops
475477
* @secondary: true if the master is a secondary master
476478
* @init_done: true when the bus initialization is done
479+
* @hotjoin: true if the master support hotjoin
477480
* @boardinfo.i3c: list of I3C boardinfo objects
478481
* @boardinfo.i2c: list of I2C boardinfo objects
479482
* @boardinfo: board-level information attached to devices connected on the bus

0 commit comments

Comments
 (0)