+2
-2
include/linux/i2c.h
+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
*/