Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <bagasdotme@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251223035254.22894-3-bagasdotme@gmail.com>

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
2b79aafb b47e2b93

+2 -2
+2 -2
Documentation/kernel-hacking/hacking.rst
··· 598 598 599 599 Defined in ``include/linux/export.h`` 600 600 601 - This is the variant of `EXPORT_SYMBOL()` that allows specifying a symbol 601 + This is the variant of EXPORT_SYMBOL() that allows specifying a symbol 602 602 namespace. Symbol Namespaces are documented in 603 603 Documentation/core-api/symbol-namespaces.rst 604 604 ··· 607 607 608 608 Defined in ``include/linux/export.h`` 609 609 610 - This is the variant of `EXPORT_SYMBOL_GPL()` that allows specifying a symbol 610 + This is the variant of EXPORT_SYMBOL_GPL() that allows specifying a symbol 611 611 namespace. Symbol Namespaces are documented in 612 612 Documentation/core-api/symbol-namespaces.rst 613 613