Skip to content

Commit 4146907

Browse files
rddunlapWolfram Sang
authored andcommitted
i2c: i2c.h: fix a bad kernel-doc line
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: bfb3939 ("i2c: refactor documentation of struct i2c_msg") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
1 parent 621e57c commit 4146907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/linux/i2c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* Only if I2C_FUNC_NOSTART is set:
3838
* %I2C_M_NOSTART: skip repeated start sequence
39-
39+
*
4040
* Only if I2C_FUNC_PROTOCOL_MANGLING is set:
4141
* %I2C_M_NO_RD_ACK: in a read message, master ACK/NACK bit is skipped
4242
* %I2C_M_IGNORE_NAK: treat NACK from client as ACK

0 commit comments

Comments
 (0)