diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-19 19:01:18 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 09:20:27 -0300 |
commit | d5ccd65ab6272f21f442695b0022a4f553d818e5 (patch) | |
tree | 4b6534d452d495d30cb5784b1d35f69743c868b7 /Documentation | |
parent | 898bd37a92063e46bc8d7b870781cecd66234f92 (diff) |
docs: move gcc_plugins.txt to core-api and rename to .rst
The gcc_plugins.txt file is already a ReST file. Move it
to the core-api book while renaming it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-api/gcc-plugins.rst (renamed from Documentation/gcc-plugins.txt) | 0 | ||||
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/gcc-plugins.txt b/Documentation/core-api/gcc-plugins.rst index 8502f24396fb..8502f24396fb 100644 --- a/Documentation/gcc-plugins.txt +++ b/Documentation/core-api/gcc-plugins.rst diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 322ac954b390..da0ed972d224 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -36,6 +36,7 @@ Core utilities memory-hotplug protection-keys ../RCU/index + gcc-plugins Interfaces for kernel debugging |