summaryrefslogtreecommitdiffstats
path: root/Documentation/PCI
diff options
context:
space:
mode:
authorWesley Sheng <wesley.sheng@amd.com>2021-05-31 16:12:15 +0800
committerBjorn Helgaas <bhelgaas@google.com>2021-06-01 11:01:40 -0500
commit8e3237989b0d38176a3603422777ac7da6bfab2b (patch)
tree04228777507ad475532fe89a4b8b03f564f987e2 /Documentation/PCI
parent95ea95396135f3c44ff6265f29343407b4ccf365 (diff)
downloadlinux-stable-8e3237989b0d38176a3603422777ac7da6bfab2b.tar.gz
linux-stable-8e3237989b0d38176a3603422777ac7da6bfab2b.tar.bz2
linux-stable-8e3237989b0d38176a3603422777ac7da6bfab2b.zip
Documentation: PCI: Fix typo in pci-error-recovery.rst
Replace "It" with "If", since it is a conditional statement. Link: https://lore.kernel.org/r/20210531081215.43507-1-wesley.sheng@amd.com Signed-off-by: Wesley Sheng <wesley.sheng@amd.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Krzysztof WilczyƄski <kw@linux.com>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r--Documentation/PCI/pci-error-recovery.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/pci-error-recovery.rst b/Documentation/PCI/pci-error-recovery.rst
index 84ceebb08cac..187f43a03200 100644
--- a/Documentation/PCI/pci-error-recovery.rst
+++ b/Documentation/PCI/pci-error-recovery.rst
@@ -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.