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

Documentation: kernel-hacking: hacking.rst: Change reference to document namespaces.rst to symbol-namespaces.rst

This patch fixes the following documentation build warning:
Warning: Documentation/kernel-hacking/hacking.rst references
a file that doesn't exist: Documentation/kbuild/namespaces.rst

According to the following patch:
https://patchwork.kernel.org/patch/11178727/
(doc: move namespaces.rst from kbuild/ to core-api/)

The file namespaces.rst was moved from kbuild to core-api
and renamed to symbol-namespaces.rst.
Therefore, this patch changes the reference to the document
kbuild/namespaces.rst in hacking.rst to
core-api/symbol-namespaces.rst

Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com>
Link: https://lore.kernel.org/r/20191204104554.9100-1-madhuparnabhowmik04@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Madhuparna Bhowmik and committed by
Jonathan Corbet
bc51a6d3 a83aaf49

+2 -2
+2 -2
Documentation/kernel-hacking/hacking.rst
··· 601 601 602 602 This is the variant of `EXPORT_SYMBOL()` that allows specifying a symbol 603 603 namespace. Symbol Namespaces are documented in 604 - ``Documentation/kbuild/namespaces.rst``. 604 + ``Documentation/core-api/symbol-namespaces.rst``. 605 605 606 606 :c:func:`EXPORT_SYMBOL_NS_GPL()` 607 607 -------------------------------- ··· 610 610 611 611 This is the variant of `EXPORT_SYMBOL_GPL()` that allows specifying a symbol 612 612 namespace. Symbol Namespaces are documented in 613 - ``Documentation/kbuild/namespaces.rst``. 613 + ``Documentation/core-api/symbol-namespaces.rst``. 614 614 615 615 Routines and Conventions 616 616 ========================