diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2022-09-13 12:05:52 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-09-16 21:53:58 +0200 |
commit | 9d55e7b0bdf9480a57b4fe87134e749cb18e281a (patch) | |
tree | 48af863aed485308263ea520500e1e76462eb04d /Documentation/i2c/dev-interface.rst | |
parent | MAINTAINERS: remove Nehal Shah from AMD MP2 I2C DRIVER (diff) | |
download | linux-9d55e7b0bdf9480a57b4fe87134e749cb18e281a.tar.xz linux-9d55e7b0bdf9480a57b4fe87134e749cb18e281a.zip |
Documentation: i2c: fix references to other documents
Similar to commit fe99b819487d ("docs: i2c: i2c-sysfs: fix hyperlinks"),
make other links in documentation consistent with the preferred way.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/i2c/dev-interface.rst')
-rw-r--r-- | Documentation/i2c/dev-interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/dev-interface.rst b/Documentation/i2c/dev-interface.rst index 73ad34849f99..c277a8e1202b 100644 --- a/Documentation/i2c/dev-interface.rst +++ b/Documentation/i2c/dev-interface.rst @@ -148,7 +148,7 @@ You can do plain I2C transactions by using read(2) and write(2) calls. You do not need to pass the address byte; instead, set it through ioctl I2C_SLAVE before you try to access the device. -You can do SMBus level transactions (see documentation file smbus-protocol +You can do SMBus level transactions (see documentation file smbus-protocol.rst for details) through the following functions:: __s32 i2c_smbus_write_quick(int file, __u8 value); |