Skip to content

Commit f142bad

Browse files
committed
Documentation: PCI: Update cross references to .rst files
Change references to *.txt to *.rst to match the current filenames. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Reviewed-by: Kuppuswamy Sathyanarayanan <[email protected]>
1 parent a6378a7 commit f142bad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/PCI/pci-error-recovery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Note, however, not all failures are truly "permanent". Some are
364364
caused by over-heating, some by a poorly seated card. Many
365365
PCI error events are caused by software bugs, e.g. DMA's to
366366
wild addresses or bogus split transactions due to programming
367-
errors. See the discussion in powerpc/eeh-pci-error-recovery.txt
367+
errors. See the discussion in Documentation/powerpc/eeh-pci-error-recovery.rst
368368
for additional detail on real-life experience of the causes of
369369
software errors.
370370

Documentation/PCI/pcieaer-howto.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ when performing error recovery actions.
160160
Data struct pci_driver has a pointer, err_handler, to point to
161161
pci_error_handlers who consists of a couple of callback function
162162
pointers. AER driver follows the rules defined in
163-
pci-error-recovery.txt except pci express specific parts (e.g.
164-
reset_link). Pls. refer to pci-error-recovery.txt for detailed
163+
pci-error-recovery.rst except pci express specific parts (e.g.
164+
reset_link). Pls. refer to pci-error-recovery.rst for detailed
165165
definitions of the callbacks.
166166

167167
Below sections specify when to call the error callback functions.

0 commit comments

Comments
 (0)