]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: kernel-hacking: Do not italicize EXPORT_SYMBOL{,_GPL}() references
authorBagas Sanjaya <bagasdotme@gmail.com>
Tue, 23 Dec 2025 03:52:52 +0000 (10:52 +0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 6 Jan 2026 22:08:43 +0000 (15:08 -0700)
Do not italicize EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL() references in
EXPORT_SYMBOL_NS() and EXPORT_SYMBOL_NS_GPL() subsections.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251223035254.22894-3-bagasdotme@gmail.com>

Documentation/kernel-hacking/hacking.rst

index 83f0efbd4038be11748a3bcb0c5d5cd7e5015a80..683484b9fab62399abb12e98e5048ab48e294100 100644 (file)
@@ -598,7 +598,7 @@ when adding any new APIs or functionality.
 
 Defined in ``include/linux/export.h``
 
-This is the variant of `EXPORT_SYMBOL()` that allows specifying a symbol
+This is the variant of EXPORT_SYMBOL() that allows specifying a symbol
 namespace. Symbol Namespaces are documented in
 Documentation/core-api/symbol-namespaces.rst
 
@@ -607,7 +607,7 @@ Documentation/core-api/symbol-namespaces.rst
 
 Defined in ``include/linux/export.h``
 
-This is the variant of `EXPORT_SYMBOL_GPL()` that allows specifying a symbol
+This is the variant of EXPORT_SYMBOL_GPL() that allows specifying a symbol
 namespace. Symbol Namespaces are documented in
 Documentation/core-api/symbol-namespaces.rst