From: Bjorn Helgaas Date: Thu, 15 Aug 2019 17:12:38 +0000 (-0500) Subject: Documentation PCI: Fix pciebus-howto.rst filename typo X-Git-Tag: v5.3-rc6~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bafda88de20b2990461d253c5475007436e355c;p=thirdparty%2Flinux.git Documentation PCI: Fix pciebus-howto.rst filename typo 2e6422444894 ("Documentation: PCI: convert PCIEBUS-HOWTO.txt to reST") incorrectly renamed PCIEBUS-HOWTO.txt to picebus-howto.rst. Rename it to pciebus-howto.rst. Fixes: 2e6422444894 ("Documentation: PCI: convert PCIEBUS-HOWTO.txt to reST") Signed-off-by: Bjorn Helgaas --- diff --git a/Documentation/PCI/index.rst b/Documentation/PCI/index.rst index f4c6121868c37..6768305e4c266 100644 --- a/Documentation/PCI/index.rst +++ b/Documentation/PCI/index.rst @@ -9,7 +9,7 @@ Linux PCI Bus Subsystem :numbered: pci - picebus-howto + pciebus-howto pci-iov-howto msi-howto acpi-info diff --git a/Documentation/PCI/picebus-howto.rst b/Documentation/PCI/pciebus-howto.rst similarity index 100% rename from Documentation/PCI/picebus-howto.rst rename to Documentation/PCI/pciebus-howto.rst