diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-28 07:29:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 11:03:03 -0300 |
commit | 4c68060bf6d3eac6e86b995a200eb21b847236da (patch) | |
tree | fc64d37081a7554eda79bf317cc3df03565af2ba /Documentation | |
parent | 113094f743fc97559c068ad20fd2808b64f6989d (diff) |
docs: locking: add it to the main index
The locking directory is part of the Kernel API bookset. Add
it to the index file.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/index.rst | 1 | ||||
-rw-r--r-- | Documentation/locking/index.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 0cd4c3901456..eb5db850c4ef 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -96,6 +96,7 @@ needed). driver-api/index core-api/index + locking/index accounting/index block/index cdrom/index diff --git a/Documentation/locking/index.rst b/Documentation/locking/index.rst index ef5da7fe9aac..626a463f7e42 100644 --- a/Documentation/locking/index.rst +++ b/Documentation/locking/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ======= locking |