diff mbox

[v2,1/2] Documentation: pci: Minor cleanup

Message ID ce61b66d-a2e9-4b0d-8000-852f27606294@TX2EHSMHS027.ehs.local
State Changes Requested
Headers show

Commit Message

Jagannadha Sutradharudu Teki Dec. 12, 2013, 11:38 a.m. UTC
- Used small letters for file names
- Renamed few pcie txt files
- Re-arranged file names in 00-INDEX
- Removed PCI-DMA-mapping.txt from 00-INDEX

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
---
Changes for v2:
	- none

 Documentation/PCI/00-INDEX                         | 22 +++++++++++-----------
 .../PCI/{pcieaer-howto.txt => pcie-aer-howto.txt}  |  0
 .../PCI/{pci-iov-howto.txt => pcie-iov-howto.txt}  |  0
 .../{PCIEBUS-HOWTO.txt => pcie-portbus-howto.txt}  |  0
 4 files changed, 11 insertions(+), 11 deletions(-)
 rename Documentation/PCI/{pcieaer-howto.txt => pcie-aer-howto.txt} (100%)
 rename Documentation/PCI/{pci-iov-howto.txt => pcie-iov-howto.txt} (100%)
 rename Documentation/PCI/{PCIEBUS-HOWTO.txt => pcie-portbus-howto.txt} (100%)
diff mbox

Patch

diff --git a/Documentation/PCI/00-INDEX b/Documentation/PCI/00-INDEX
index 812b17f..b8b7721 100644
--- a/Documentation/PCI/00-INDEX
+++ b/Documentation/PCI/00-INDEX
@@ -1,14 +1,14 @@ 
 00-INDEX
 	- this file
-MSI-HOWTO.txt
-	- the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
-PCI-DMA-mapping.txt
-	- info for PCI drivers using DMA portably across all platforms
-PCIEBUS-HOWTO.txt
-	- a guide describing the PCI Express Port Bus driver
-pci-error-recovery.txt
-	- info on PCI error recovery
 pci.txt
-	- info on the PCI subsystem for device driver authors
-pcieaer-howto.txt
-	- the PCI Express Advanced Error Reporting Driver Guide HOWTO
+	- Info on the PCI subsystem for device driver authors
+pci-error-recovery.txt
+	- Info on PCI error recovery
+MSI-HOWTO.txt
+	- The Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ
+pcie-portbus-howto.txt
+	- A guide describing the PCI Express Port Bus driver
+pcie-aer-howto.txt
+	- The PCI Express Advanced Error Reporting Driver Guide HOWTO
+pcie-iov-howto.txt
+	- Info on PCI Express I/O Virtualization
diff --git a/Documentation/PCI/pcieaer-howto.txt b/Documentation/PCI/pcie-aer-howto.txt
similarity index 100%
rename from Documentation/PCI/pcieaer-howto.txt
rename to Documentation/PCI/pcie-aer-howto.txt
diff --git a/Documentation/PCI/pci-iov-howto.txt b/Documentation/PCI/pcie-iov-howto.txt
similarity index 100%
rename from Documentation/PCI/pci-iov-howto.txt
rename to Documentation/PCI/pcie-iov-howto.txt
diff --git a/Documentation/PCI/PCIEBUS-HOWTO.txt b/Documentation/PCI/pcie-portbus-howto.txt
similarity index 100%
rename from Documentation/PCI/PCIEBUS-HOWTO.txt
rename to Documentation/PCI/pcie-portbus-howto.txt