diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-10-08 12:10:09 +0900 |
---|---|---|
committer | Jessica Yu <jeyu@kernel.org> | 2019-10-08 17:40:01 +0200 |
commit | fcfacb9f83745d9fa97937b8bc94a73bb0607912 (patch) | |
tree | 1d360e3a4d3cef412d6b15bfbba536dbb91f6207 /Documentation/core-api/index.rst | |
parent | df6f0987e55fd08ad2e93370eea12b5290705d4b (diff) | |
download | linux-stable-fcfacb9f83745d9fa97937b8bc94a73bb0607912.tar.gz linux-stable-fcfacb9f83745d9fa97937b8bc94a73bb0607912.tar.bz2 linux-stable-fcfacb9f83745d9fa97937b8bc94a73bb0607912.zip |
doc: move namespaces.rst from kbuild/ to core-api/
We discussed a better location for this file, and agreed that
core-api/ is a good fit. Rename it to symbol-namespaces.rst
for disambiguation, and also add it to index.rst and MAINTAINERS.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index fa16a0538dcb..ab0eae1c153a 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -38,6 +38,7 @@ Core utilities protection-keys ../RCU/index gcc-plugins + symbol-namespaces Interfaces for kernel debugging |