diff options
author | Changbin Du <changbin.du@gmail.com> | 2019-05-14 22:47:31 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-05-30 17:54:33 -0500 |
commit | d8946fc38517755a2d9535a04c3f6a8d3a331eee (patch) | |
tree | fb9c2f2157c356d0416c0294886689c42cecf6ca /Documentation/PCI/endpoint/index.rst | |
parent | 4e37f055a92e4a813b29fb196a05a6a826abb790 (diff) |
Documentation: PCI: convert endpoint/pci-endpoint.txt to reST
Convert plain text documentation to reStructuredText format and add it to
Sphinx TOC tree. No essential content change.
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/PCI/endpoint/index.rst')
-rw-r--r-- | Documentation/PCI/endpoint/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/PCI/endpoint/index.rst b/Documentation/PCI/endpoint/index.rst new file mode 100644 index 000000000000..0db4f2fcd7f0 --- /dev/null +++ b/Documentation/PCI/endpoint/index.rst @@ -0,0 +1,10 @@ +.. SPDX-License-Identifier: GPL-2.0 + +====================== +PCI Endpoint Framework +====================== + +.. toctree:: + :maxdepth: 2 + + pci-endpoint |