summaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/writing-clients.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/writing-clients.rst
parent2c2c72ec111fd818d37fbe00e7df3042507d7663 (diff)
downloadlinux-stable-9d55e7b0bdf9480a57b4fe87134e749cb18e281a.tar.gz
linux-stable-9d55e7b0bdf9480a57b4fe87134e749cb18e281a.tar.bz2
linux-stable-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/writing-clients.rst')
-rw-r--r--Documentation/i2c/writing-clients.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/writing-clients.rst b/Documentation/i2c/writing-clients.rst
index e3b126cf4a3b..47f7cbf4ed1a 100644
--- a/Documentation/i2c/writing-clients.rst
+++ b/Documentation/i2c/writing-clients.rst
@@ -364,7 +364,7 @@ stop condition is issued between transaction. The i2c_msg structure
contains for each message the client address, the number of bytes of the
message and the message data itself.
-You can read the file ``i2c-protocol`` for more information about the
+You can read the file i2c-protocol.rst for more information about the
actual I2C protocol.
@@ -414,7 +414,7 @@ transactions return 0 on success; the 'read' transactions return the read
value, except for block transactions, which return the number of values
read. The block buffers need not be longer than 32 bytes.
-You can read the file ``smbus-protocol`` for more information about the
+You can read the file smbus-protocol.rst for more information about the
actual SMBus protocol.