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 83f0efb..683484b 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