mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
committed by
Jonathan Corbet
parent
7fbc258fea
commit
5591a3075e
@@ -90,6 +90,7 @@ needed).
|
|||||||
filesystems/index
|
filesystems/index
|
||||||
vm/index
|
vm/index
|
||||||
bpf/index
|
bpf/index
|
||||||
|
misc-devices/index
|
||||||
|
|
||||||
Architecture-specific documentation
|
Architecture-specific documentation
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0+
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
======================================================
|
======================================================
|
||||||
IBM Virtual Management Channel Kernel Driver (IBMVMC)
|
IBM Virtual Management Channel Kernel Driver (IBMVMC)
|
||||||
======================================================
|
======================================================
|
||||||
|
17
Documentation/misc-devices/index.rst
Normal file
17
Documentation/misc-devices/index.rst
Normal file
@@ -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
|
Reference in New Issue
Block a user