public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: i2c.h: fix a bad kernel-doc line
@ 2025-11-25  2:28 Randy Dunlap
  2025-11-29 12:40 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2025-11-25  2:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Wolfram Sang, linux-i2c

Change an empty line into a blank kernel-doc line to prevent
a kernel-doc warning:

Warning: ../include/uapi/linux/i2c.h:38 bad line: 

Fixes: bfb3939c51d5 ("i2c: refactor documentation of struct i2c_msg")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: linux-i2c@vger.kernel.org
---
 include/uapi/linux/i2c.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20251016.orig/include/uapi/linux/i2c.h
+++ linux-next-20251016/include/uapi/linux/i2c.h
@@ -36,7 +36,7 @@
  *
  *   Only if I2C_FUNC_NOSTART is set:
  *   %I2C_M_NOSTART: skip repeated start sequence
-
+ *
  *   Only if I2C_FUNC_PROTOCOL_MANGLING is set:
  *   %I2C_M_NO_RD_ACK: in a read message, master ACK/NACK bit is skipped
  *   %I2C_M_IGNORE_NAK: treat NACK from client as ACK

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

* Re: [PATCH] i2c: i2c.h: fix a bad kernel-doc line
  2025-11-25  2:28 [PATCH] i2c: i2c.h: fix a bad kernel-doc line Randy Dunlap
@ 2025-11-29 12:40 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2025-11-29 12:40 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, linux-i2c

On Mon, Nov 24, 2025 at 06:28:08PM -0800, Randy Dunlap wrote:
> Change an empty line into a blank kernel-doc line to prevent
> a kernel-doc warning:
> 
> Warning: ../include/uapi/linux/i2c.h:38 bad line: 
> 
> Fixes: bfb3939c51d5 ("i2c: refactor documentation of struct i2c_msg")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Applied to for-next, thanks!


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

end of thread, other threads:[~2025-11-29 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25  2:28 [PATCH] i2c: i2c.h: fix a bad kernel-doc line Randy Dunlap
2025-11-29 12:40 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox