From: Bagas Sanjaya Date: Tue, 23 Dec 2025 03:52:52 +0000 (+0700) Subject: Documentation: kernel-hacking: Do not italicize EXPORT_SYMBOL{,_GPL}() references X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b79aafb1705cd9d3b4057b4066f4082b674784f;p=thirdparty%2Flinux.git Documentation: kernel-hacking: Do not italicize EXPORT_SYMBOL{,_GPL}() references 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 Signed-off-by: Jonathan Corbet Message-ID: <20251223035254.22894-3-bagasdotme@gmail.com> --- diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst index 83f0efbd4038b..683484b9fab62 100644 --- a/Documentation/kernel-hacking/hacking.rst +++ b/Documentation/kernel-hacking/hacking.rst @@ -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