summaryrefslogtreecommitdiff
path: root/Documentation/core-api/bus-virt-phys-mapping.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-16 09:27:23 +0300
committerJonathan Corbet <corbet@lwn.net>2021-06-17 22:24:37 +0300
commita822b2ee266587c3665c471f0de86a3ccbc280b1 (patch)
tree740aad3195fb1fc4153baa89681647829886ac09 /Documentation/core-api/bus-virt-phys-mapping.rst
parent6aadf740aab962702ef97cdba29877867cbc0e31 (diff)
downloadlinux-a822b2ee266587c3665c471f0de86a3ccbc280b1.tar.xz
docs: core-api: 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`. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/d967d490b6655735b7df292f88859b5a1b07d0d7.1623824363.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/bus-virt-phys-mapping.rst')
-rw-r--r--Documentation/core-api/bus-virt-phys-mapping.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/bus-virt-phys-mapping.rst b/Documentation/core-api/bus-virt-phys-mapping.rst
index c7bc99cd2e21..c72b24a7d52c 100644
--- a/Documentation/core-api/bus-virt-phys-mapping.rst
+++ b/Documentation/core-api/bus-virt-phys-mapping.rst
@@ -8,7 +8,7 @@ How to access I/O mapped memory from within device drivers
The virt_to_bus() and bus_to_virt() functions have been
superseded by the functionality provided by the PCI DMA interface
- (see :doc:`/core-api/dma-api-howto`). They continue
+ (see Documentation/core-api/dma-api-howto.rst). They continue
to be documented below for historical purposes, but new code
must not use them. --davidm 00/12/12