diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-16 09:27:33 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-06-17 22:24:38 +0300 |
commit | 25edd3a1625f76ac2265f3357550a782bd2ac7ff (patch) | |
tree | da1f8d524e6532b91245843ac53dc837dad489ff /Documentation/i2c/smbus-protocol.rst | |
parent | 4d361d6cc74512308beac8997e4b66d5231e8bfe (diff) | |
download | linux-25edd3a1625f76ac2265f3357550a782bd2ac7ff.tar.xz |
docs: i2c: avoid using ReST :doc:`foo` markup
The :doc:`foo` tag is auto-generated via automarkup.py.
So, use the filename at the sources, instead of :doc:`foo`.
Acked-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/569722e3f7d73d746c145ea78d2b4fbe5defee90.1623824363.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/i2c/smbus-protocol.rst')
-rw-r--r-- | Documentation/i2c/smbus-protocol.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst index 64689d19dd51..9e07e6bbe6a3 100644 --- a/Documentation/i2c/smbus-protocol.rst +++ b/Documentation/i2c/smbus-protocol.rst @@ -27,8 +27,8 @@ a different protocol operation entirely. Each transaction type corresponds to a functionality flag. Before calling a transaction function, a device driver should always check (just once) for the corresponding functionality flag to ensure that the underlying I2C -adapter supports the transaction in question. See :doc:`functionality` for -the details. +adapter supports the transaction in question. See +Documentation/i2c/functionality.rst for the details. Key to symbols |