Skip to content

Commit 4d361d6

Browse files
mchehabJonathan Corbet
authored andcommitted
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>
1 parent ab8e8da commit 4d361d6

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Documentation/firmware-guide/acpi/dsd/data-node-references.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ the ANOD object which is also the final target node of the reference.
7979
})
8080
}
8181

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.
8384

8485
References
8586
==========

Documentation/firmware-guide/acpi/dsd/graph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ References
174174
referenced 2016-10-04.
175175

176176
[7] _DSD Device Properties Usage Rules.
177-
:doc:`../DSD-properties-rules`
177+
Documentation/firmware-guide/acpi/DSD-properties-rules.rst

Documentation/firmware-guide/acpi/enumeration.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ a code like this::
339339
There are also devm_* versions of these functions which release the
340340
descriptors once the device is released.
341341

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.
344344

345345
MFD devices
346346
===========
@@ -460,7 +460,8 @@ the _DSD of the device object itself or the _DSD of its ancestor in the
460460
Otherwise, the _DSD itself is regarded as invalid and therefore the "compatible"
461461
property returned by it is meaningless.
462462

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.
464465

465466
PCI hierarchy representation
466467
============================

0 commit comments

Comments
 (0)