Documentation: PCI: Update cross references to .rst files
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 9 Jun 2023 22:24:59 +0000 (17:24 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 12 Jun 2023 17:17:33 +0000 (12:17 -0500)
Change references to *.txt to *.rst to match the current filenames.

Link: https://lore.kernel.org/r/20230609222500.1267795-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Documentation/PCI/pci-error-recovery.rst
Documentation/PCI/pcieaer-howto.rst

index 9981d330da8f0cff8a9b018ad1f6e2d91fb1d6c3..c237596f67e396aebea3eadeefd5a850eb697092 100644 (file)
@@ -364,7 +364,7 @@ Note, however, not all failures are truly "permanent". Some are
 caused by over-heating, some by a poorly seated card. Many
 PCI error events are caused by software bugs, e.g. DMA's to
 wild addresses or bogus split transactions due to programming
-errors. See the discussion in powerpc/eeh-pci-error-recovery.txt
+errors. See the discussion in Documentation/powerpc/eeh-pci-error-recovery.rst
 for additional detail on real-life experience of the causes of
 software errors.
 
index c98a229ea9f552413fd42754c541b0876ab0befd..3f91d54af7708a5ad13217e028059041024a09d7 100644 (file)
@@ -160,8 +160,8 @@ when performing error recovery actions.
 Data struct pci_driver has a pointer, err_handler, to point to
 pci_error_handlers who consists of a couple of callback function
 pointers. AER driver follows the rules defined in
-pci-error-recovery.txt except pci express specific parts (e.g.
-reset_link). Pls. refer to pci-error-recovery.txt for detailed
+pci-error-recovery.rst except pci express specific parts (e.g.
+reset_link). Pls. refer to pci-error-recovery.rst for detailed
 definitions of the callbacks.
 
 Below sections specify when to call the error callback functions.