Documentation: add ibmvmc to toctree(index) and fix warnings
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 14 Jan 2019 03:21:46 +0000 (19:21 -0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 14 Jan 2019 15:37:17 +0000 (08:37 -0700)
Fix Sphinx warnings in ibmvmc.rst, add an index.rst file in
Documentation/misc-devices/, and insert that index file into the
top-level index file.

Documentation/misc-devices/ibmvmc.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/misc-devices/ibmvmc.rst:: WARNING: document isn't included in any toctree

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Steven Royer <seroyer@linux.ibm.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/index.rst
Documentation/misc-devices/ibmvmc.rst
Documentation/misc-devices/index.rst [new file with mode: 0644]

index c858c2e66e361d2531a1f8d8cc996c98df8a7fd2..80a421cb935e78a5533e4e3faf8e3e550353ead9 100644 (file)
@@ -90,6 +90,7 @@ needed).
    filesystems/index
    vm/index
    bpf/index
+   misc-devices/index
 
 Architecture-specific documentation
 -----------------------------------
index 46ded79554d4fc28e171e55cfd9072e3d45c9d71..b46df4ea2b814645da5a7c4bf25a4f96ebf1bd1a 100644 (file)
@@ -1,4 +1,5 @@
 .. SPDX-License-Identifier: GPL-2.0+
+
 ======================================================
 IBM Virtual Management Channel Kernel Driver (IBMVMC)
 ======================================================
diff --git a/Documentation/misc-devices/index.rst b/Documentation/misc-devices/index.rst
new file mode 100644 (file)
index 0000000..dfd1f45
--- /dev/null
@@ -0,0 +1,17 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+============================================
+Assorted Miscellaneous Devices Documentation
+============================================
+
+This documentation contains information for assorted devices that do not
+fit into other categories.
+
+.. class:: toc-title
+
+          Table of contents
+
+.. toctree::
+   :maxdepth: 2
+
+   ibmvmc