diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index fa5552c2307b..c0a78c069117 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -521,7 +521,7 @@ i2c_register_board_info(int busnum, struct i2c_board_info const *info, | |||
521 | * | 521 | * |
522 | * The return codes from the @master_xfer{_atomic} fields should indicate the | 522 | * The return codes from the @master_xfer{_atomic} fields should indicate the |
523 | * type of error code that occurred during the transfer, as documented in the | 523 | * type of error code that occurred during the transfer, as documented in the |
524 | * Kernel Documentation file Documentation/i2c/fault-codes. | 524 | * Kernel Documentation file Documentation/i2c/fault-codes.rst. |
525 | */ | 525 | */ |
526 | struct i2c_algorithm { | 526 | struct i2c_algorithm { |
527 | /* | 527 | /* |