Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Alexandre Belloni
18e57948 6d1a19d3

-1
-1
include/linux/i3c/master.h
··· 76 76 /** 77 77 * struct i2c_dev_desc - I2C device descriptor 78 78 * @common: common part of the I2C device descriptor 79 - * @boardinfo: pointer to the boardinfo attached to this I2C device 80 79 * @dev: I2C device object registered to the I2C framework 81 80 * @addr: I2C device address 82 81 * @lvr: LVR (Legacy Virtual Register) needed by the I3C core to know about