Skip to content

Commit 18e5794

Browse files
rddunlapalexandrebelloni
authored andcommitted
i3c: master: fix Excess kernel-doc description warning
Remove the @boardinfo: line to prevent the kernel-doc warning: include/linux/i3c/master.h:98: warning: Excess struct member 'boardinfo' description in 'i2c_dev_desc' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: <linux-i3c@lists.infradead.org> Link: https://lore.kernel.org/r/20231223050542.13930-1-rdunlap@infradead.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 6d1a19d commit 18e5794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/i3c/master.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ struct i2c_dev_boardinfo {
7676
/**
7777
* struct i2c_dev_desc - I2C device descriptor
7878
* @common: common part of the I2C device descriptor
79-
* @boardinfo: pointer to the boardinfo attached to this I2C device
8079
* @dev: I2C device object registered to the I2C framework
8180
* @addr: I2C device address
8281
* @lvr: LVR (Legacy Virtual Register) needed by the I3C core to know about

0 commit comments

Comments
 (0)