From: Wesley Sheng Date: Mon, 31 May 2021 08:12:15 +0000 (+0800) Subject: Documentation: PCI: Fix typo in pci-error-recovery.rst X-Git-Tag: howlett/maple/20220722_2~2789^2~23^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8e3237989b0d38176a3603422777ac7da6bfab2b;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Bjorn Helgaas Reviewed-by: Krzysztof WilczyƄski --- diff --git a/Documentation/PCI/pci-error-recovery.rst b/Documentation/PCI/pci-error-recovery.rst index 84ceebb08cac1..187f43a032006 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.