[PATCH] i2c: i2c.h: fix a bad kernel-doc line

Randy Dunlap posted 1 patch 6 days, 21 hours ago
include/uapi/linux/i2c.h |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] i2c: i2c.h: fix a bad kernel-doc line
Posted by Randy Dunlap 6 days, 21 hours ago
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
Re: [PATCH] i2c: i2c.h: fix a bad kernel-doc line
Posted by Wolfram Sang 2 days, 11 hours ago
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!