Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: add ibmvmc to toctree(index) and fix warnings

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>

authored by

Randy Dunlap and committed by
Jonathan Corbet
5591a307 7fbc258f

+19
+1
Documentation/index.rst
··· 90 90 filesystems/index 91 91 vm/index 92 92 bpf/index 93 + misc-devices/index 93 94 94 95 Architecture-specific documentation 95 96 -----------------------------------
+1
Documentation/misc-devices/ibmvmc.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0+ 2 + 2 3 ====================================================== 3 4 IBM Virtual Management Channel Kernel Driver (IBMVMC) 4 5 ======================================================
+17
Documentation/misc-devices/index.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ============================================ 4 + Assorted Miscellaneous Devices Documentation 5 + ============================================ 6 + 7 + This documentation contains information for assorted devices that do not 8 + fit into other categories. 9 + 10 + .. class:: toc-title 11 + 12 + Table of contents 13 + 14 + .. toctree:: 15 + :maxdepth: 2 16 + 17 + ibmvmc