linux-i3c.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i3c: master: fix Excess kernel-doc description warning
@ 2023-12-23  5:05 Randy Dunlap
  2024-01-08  0:04 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2023-12-23  5:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Alexandre Belloni, linux-i3c

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
---
 include/linux/i3c/master.h |    1 -
 1 file changed, 1 deletion(-)

diff -- a/include/linux/i3c/master.h b/include/linux/i3c/master.h
--- 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

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] i3c: master: fix Excess kernel-doc description warning
  2023-12-23  5:05 [PATCH] i3c: master: fix Excess kernel-doc description warning Randy Dunlap
@ 2024-01-08  0:04 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2024-01-08  0:04 UTC (permalink / raw)
  To: linux-kernel, Randy Dunlap; +Cc: linux-i3c


On Fri, 22 Dec 2023 21:05:42 -0800, Randy Dunlap wrote:
> 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'
> 
> 

Applied, thanks!

[1/1] i3c: master: fix Excess kernel-doc description warning
      commit: 18e5794879905a788e06fb2bc40b6f5b58eae5c2

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-08  0:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-23  5:05 [PATCH] i3c: master: fix Excess kernel-doc description warning Randy Dunlap
2024-01-08  0:04 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).