diff options
author | Changbin Du <changbin.du@gmail.com> | 2019-05-14 22:47:24 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-05-30 17:52:53 -0500 |
commit | 229b4e0728e0a6ddca2645e73696d5b104fbbbfb (patch) | |
tree | a4889f0e2219287429a66e4b30edec378bcec241 /Documentation/PCI/index.rst | |
parent | c42eaffa16568a538f12dfebd99624659992913a (diff) | |
download | lwn-229b4e0728e0a6ddca2645e73696d5b104fbbbfb.tar.gz lwn-229b4e0728e0a6ddca2645e73696d5b104fbbbfb.zip |
Documentation: PCI: convert pci.txt to reST
Convert plain text documentation to reStructuredText format and add it to
Sphinx TOC tree. No essential content change.
Move the description of struct pci_driver and struct pci_device_id into
in-source comments.
Signed-off-by: Changbin Du <changbin.du@gmail.com>
[bhelgaas: fix kernel-doc warnings related to moving descriptions to
linux/pci.h, fix "space tab" whitespace errors in mod_devicetable.h]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/PCI/index.rst')
-rw-r--r-- | Documentation/PCI/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/PCI/index.rst b/Documentation/PCI/index.rst index c2f8728d11cf..7babf43709b0 100644 --- a/Documentation/PCI/index.rst +++ b/Documentation/PCI/index.rst @@ -7,3 +7,5 @@ Linux PCI Bus Subsystem .. toctree:: :maxdepth: 2 :numbered: + + pci |