From: Randy Dunlap Date: Fri, 3 Jul 2020 21:21:55 +0000 (-0700) Subject: Documentation: PCI: pci-error-recovery: drop doubled words X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84520c02026174f2db61d40d461b3b0e4a890ea8;p=linux.git Documentation: PCI: pci-error-recovery: drop doubled words Drop the doubled word "the". Signed-off-by: Randy Dunlap Acked-by: Mike Rapoport Acked-by: Linas Vepstas Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Bjorn Helgaas Cc: Linas Vepstas Cc: linux-pci@vger.kernel.org Link: https://lore.kernel.org/r/20200703212156.30453-4-rdunlap@infradead.org Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/PCI/pci-error-recovery.rst b/Documentation/PCI/pci-error-recovery.rst index 13beee23cb04f..9fa49a6ece851 100644 --- a/Documentation/PCI/pci-error-recovery.rst +++ b/Documentation/PCI/pci-error-recovery.rst @@ -248,7 +248,7 @@ STEP 4: Slot Reset ------------------ In response to a return value of PCI_ERS_RESULT_NEED_RESET, the -the platform will perform a slot reset on the requesting PCI device(s). +platform will perform a slot reset on the requesting PCI device(s). The actual steps taken by a platform to perform a slot reset will be platform-dependent. Upon completion of slot reset, the platform will call the device slot_reset() callback.