lkml.org 
[lkml]   [2021]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 24/34] docs: kernel-hacking: hacking.rst: avoid using ReSt :doc:`foo` markup
    Date
    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>
    ---
    Documentation/kernel-hacking/hacking.rst | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst
    index 451523424942..df65c19aa7df 100644
    --- a/Documentation/kernel-hacking/hacking.rst
    +++ b/Documentation/kernel-hacking/hacking.rst
    @@ -601,7 +601,7 @@ Defined in ``include/linux/export.h``

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

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

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

    Routines and Conventions
    ========================
    --
    2.31.1
    \
     
     \ /
      Last update: 2021-06-05 15:31    [W:3.500 / U:4.604 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site