Drop the doubled word "the". Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Jonathan Corbet <cor...@lwn.net> Cc: linux-...@vger.kernel.org Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Linas Vepstas <linasveps...@gmail.com> Cc: linux-...@vger.kernel.org --- Documentation/PCI/pci-error-recovery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200701.orig/Documentation/PCI/pci-error-recovery.rst +++ linux-next-20200701/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.