Skip to content

Commit 7f3f7bf

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: kernel-hacking: hacking.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> Link: https://lore.kernel.org/r/9537b74d897fab13552535d79337060a3b241b8c.1623824363.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 25edd3a commit 7f3f7bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/kernel-hacking/hacking.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ Defined in ``include/linux/export.h``
601601

602602
This is the variant of `EXPORT_SYMBOL()` that allows specifying a symbol
603603
namespace. Symbol Namespaces are documented in
604-
:doc:`../core-api/symbol-namespaces`
604+
Documentation/core-api/symbol-namespaces.rst
605605

606606
:c:func:`EXPORT_SYMBOL_NS_GPL()`
607607
--------------------------------
@@ -610,7 +610,7 @@ Defined in ``include/linux/export.h``
610610

611611
This is the variant of `EXPORT_SYMBOL_GPL()` that allows specifying a symbol
612612
namespace. Symbol Namespaces are documented in
613-
:doc:`../core-api/symbol-namespaces`
613+
Documentation/core-api/symbol-namespaces.rst
614614

615615
Routines and Conventions
616616
========================

0 commit comments

Comments
 (0)