diff options
author | Daniel W. S. Almeida <[email protected]> | 2020-07-18 13:51:03 -0300 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2020-07-23 14:19:51 -0600 |
commit | 00d7c1e55aff1a92e42c845dca9830f9f7b2de69 (patch) | |
tree | 5ffae4c4d85c8b9df5a2c6c5730cf872f4fe1856 | |
parent | 5fe52b3865eacce7206ff7e28455c686e6bf8920 (diff) |
docs: admin-guide/index.rst: Add pstore-blk.rst
Fix the following warning:
Documentation/admin-guide/pstore-blk.rst:
WARNING: document isn't included in any toctree
By adding 'pstore-blk.rst' to the index
Signed-off-by: Daniel W. S. Almeida <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Kees Cook <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/admin-guide/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 58c7f9fc2396..ed1cf94ea50c 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -41,6 +41,7 @@ problems and bugs in particular. init kdump/index perf/index + pstore-blk This is the beginning of a section with information of interest to application developers. Documents covering various aspects of the kernel |