aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/slave-interface.rst
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2022-09-13 11:05:52 +0100
committerWolfram Sang <wsa@kernel.org>2022-09-16 20:53:58 +0100
commit9d55e7b0bdf9480a57b4fe87134e749cb18e281a (patch)
tree48af863aed485308263ea520500e1e76462eb04d /Documentation/i2c/slave-interface.rst
parent2c2c72ec111fd818d37fbe00e7df3042507d7663 (diff)
downloadlinux-9d55e7b0bdf9480a57b4fe87134e749cb18e281a.tar.gz
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/slave-interface.rst')
-rw-r--r--Documentation/i2c/slave-interface.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/i2c/slave-interface.rst b/Documentation/i2c/slave-interface.rst
index 82ea3e1d6fe4..58fb143baee4 100644
--- a/Documentation/i2c/slave-interface.rst
+++ b/Documentation/i2c/slave-interface.rst
@@ -32,9 +32,9 @@ User manual
===========
I2C slave backends behave like standard I2C clients. So, you can instantiate
-them as described in the document 'instantiating-devices'. The only difference
-is that i2c slave backends have their own address space. So, you have to add
-0x1000 to the address you would originally request. An example for
+them as described in the document instantiating-devices.rst. The only
+difference is that i2c slave backends have their own address space. So, you
+have to add 0x1000 to the address you would originally request. An example for
instantiating the slave-eeprom driver from userspace at the 7 bit address 0x64
on bus 1::