From 2b79aafb1705cd9d3b4057b4066f4082b674784f Mon Sep 17 00:00:00 2001 From: Bagas Sanjaya Date: Tue, 23 Dec 2025 10:52:52 +0700 Subject: [PATCH] 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> --- 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 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 -- 2.47.3