From: Randy Dunlap Date: Sat, 23 Dec 2023 05:05:42 +0000 (-0800) Subject: i3c: master: fix Excess kernel-doc description warning X-Git-Tag: v6.8-rc1~64^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18e5794879905a788e06fb2bc40b6f5b58eae5c2;p=thirdparty%2Fkernel%2Flinux.git 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 Cc: Alexandre Belloni Cc: Link: https://lore.kernel.org/r/20231223050542.13930-1-rdunlap@infradead.org Signed-off-by: Alexandre Belloni --- diff --git a/include/linux/i3c/master.h b/include/linux/i3c/master.h index 3b5bd8e3257c1..1ecd73b17ff5d 100644 --- a/include/linux/i3c/master.h +++ b/include/linux/i3c/master.h @@ -76,7 +76,6 @@ struct i2c_dev_boardinfo { /** * struct i2c_dev_desc - I2C device descriptor * @common: common part of the I2C device descriptor - * @boardinfo: pointer to the boardinfo attached to this I2C device * @dev: I2C device object registered to the I2C framework * @addr: I2C device address * @lvr: LVR (Legacy Virtual Register) needed by the I3C core to know about