Skip to content

Commit

Permalink
Documentation: PCI: Fix typo in pci-error-recovery.rst
Browse files Browse the repository at this point in the history
Replace "It" with "If", since it is a conditional statement.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Wesley Sheng <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Krzysztof Wilczyński <[email protected]>
  • Loading branch information
Wesley Sheng authored and bjorn-helgaas committed Jun 1, 2021
1 parent 95ea953 commit 8e32379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/PCI/pci-error-recovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ and let the driver restart normal I/O processing.
A driver can still return a critical failure for this function if
it can't get the device operational after reset. If the platform
previously tried a soft reset, it might now try a hard reset (power
cycle) and then call slot_reset() again. It the device still can't
cycle) and then call slot_reset() again. If the device still can't
be recovered, there is nothing more that can be done; the platform
will typically report a "permanent failure" in such a case. The
device will be considered "dead" in this case.
Expand Down

0 comments on commit 8e32379

Please sign in to comment.