Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: firmware-guide: acpi: 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>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://lore.kernel.org/r/7162043c18f1ea96c446b332400e44e8087ba142.1623824363.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
4d361d6c ab8e8da6

+7 -5
+2 -1
Documentation/firmware-guide/acpi/dsd/data-node-references.rst
··· 79 79 }) 80 80 } 81 81 82 - Please also see a graph example in :doc:`graph`. 82 + Please also see a graph example in 83 + Documentation/firmware-guide/acpi/dsd/graph.rst. 83 84 84 85 References 85 86 ==========
+1 -1
Documentation/firmware-guide/acpi/dsd/graph.rst
··· 174 174 referenced 2016-10-04. 175 175 176 176 [7] _DSD Device Properties Usage Rules. 177 - :doc:`../DSD-properties-rules` 177 + Documentation/firmware-guide/acpi/DSD-properties-rules.rst
+4 -3
Documentation/firmware-guide/acpi/enumeration.rst
··· 339 339 There are also devm_* versions of these functions which release the 340 340 descriptors once the device is released. 341 341 342 - See Documentation/firmware-guide/acpi/gpio-properties.rst for more information about the 343 - _DSD binding related to GPIOs. 342 + See Documentation/firmware-guide/acpi/gpio-properties.rst for more information 343 + about the _DSD binding related to GPIOs. 344 344 345 345 MFD devices 346 346 =========== ··· 460 460 Otherwise, the _DSD itself is regarded as invalid and therefore the "compatible" 461 461 property returned by it is meaningless. 462 462 463 - Refer to :doc:`DSD-properties-rules` for more information. 463 + Refer to Documentation/firmware-guide/acpi/DSD-properties-rules.rst for more 464 + information. 464 465 465 466 PCI hierarchy representation 466 467 ============================