Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: bfb3939c51d5 ("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>

authored by

Randy Dunlap and committed by
Wolfram Sang
41469074 621e57c3

+1 -1
+1 -1
include/uapi/linux/i2c.h
··· 36 36 * 37 37 * Only if I2C_FUNC_NOSTART is set: 38 38 * %I2C_M_NOSTART: skip repeated start sequence 39 - 39 + * 40 40 * Only if I2C_FUNC_PROTOCOL_MANGLING is set: 41 41 * %I2C_M_NO_RD_ACK: in a read message, master ACK/NACK bit is skipped 42 42 * %I2C_M_IGNORE_NAK: treat NACK from client as ACK