i2c: fix a doc warning
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 17 Mar 2020 14:54:22 +0000 (15:54 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 23 Mar 2020 10:17:22 +0000 (11:17 +0100)
commit692b65c84f0bb0ca70c11e62c865cbaf7e8e3afd
treec151cc86ed76557bc059ad5d9fec5fb9d64774c4
parente1b9f99ff8c40bba6e59de9ad4a659447b1e4112
i2c: fix a doc warning

Don't let non-letters inside a literal block without escaping it, as
the toolchain would mis-interpret it:

./include/linux/i2c.h:518: WARNING: Inline strong start-string without end-string.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
include/linux/i2c.h