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>

authored by Mauro Carvalho Chehab and committed by Wolfram Sang 692b65c8 e1b9f99f

Changed files
+2 -2
include
linux
+2 -2
include/linux/i2c.h
··· 506 506 * @smbus_xfer_atomic: same as @smbus_xfer. Yet, only using atomic context 507 507 * so e.g. PMICs can be accessed very late before shutdown. Optional. 508 508 * @functionality: Return the flags that this algorithm/adapter pair supports 509 - * from the I2C_FUNC_* flags. 509 + * from the ``I2C_FUNC_*`` flags. 510 510 * @reg_slave: Register given client to I2C slave mode of this adapter 511 511 * @unreg_slave: Unregister given client from I2C slave mode of this adapter 512 512 * ··· 515 515 * be addressed using the same bus algorithms - i.e. bit-banging or the PCF8584 516 516 * to name two of the most common. 517 517 * 518 - * The return codes from the @master_xfer{_atomic} fields should indicate the 518 + * The return codes from the ``master_xfer{_atomic}`` fields should indicate the 519 519 * type of error code that occurred during the transfer, as documented in the 520 520 * Kernel Documentation file Documentation/i2c/fault-codes.rst. 521 521 */