Skip to content

Commit bffbae6

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: PCI: pci.rst: 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> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/8697cf945390f6b45fefb4c5fe22ed1c8070e32e.1623824363.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent e5424f0 commit bffbae6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/PCI/pci.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Set the DMA mask size
265265
---------------------
266266
.. note::
267267
If anything below doesn't make sense, please refer to
268-
:doc:`/core-api/dma-api`. This section is just a reminder that
268+
Documentation/core-api/dma-api.rst. This section is just a reminder that
269269
drivers need to indicate DMA capabilities of the device and is not
270270
an authoritative source for DMA interfaces.
271271

@@ -291,7 +291,7 @@ Many 64-bit "PCI" devices (before PCI-X) and some PCI-X devices are
291291
Setup shared control data
292292
-------------------------
293293
Once the DMA masks are set, the driver can allocate "consistent" (a.k.a. shared)
294-
memory. See :doc:`/core-api/dma-api` for a full description of
294+
memory. See Documentation/core-api/dma-api.rst for a full description of
295295
the DMA APIs. This section is just a reminder that it needs to be done
296296
before enabling DMA on the device.
297297

@@ -421,7 +421,7 @@ owners if there is one.
421421

422422
Then clean up "consistent" buffers which contain the control data.
423423

424-
See :doc:`/core-api/dma-api` for details on unmapping interfaces.
424+
See Documentation/core-api/dma-api.rst for details on unmapping interfaces.
425425

426426

427427
Unregister from other subsystems

0 commit comments

Comments
 (0)