Message ID | 20200703212156.30453-4-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Documentation: PCI: eliminate doubled words | expand |
Acked-by: Linas Vepstas <linasvepstas@gmail.com> for this and the other patches in the series. On Fri, Jul 3, 2020 at 4:22 PM Randy Dunlap <rdunlap@infradead.org> wrote: > > Drop the doubled word "the". > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > Cc: Bjorn Helgaas <bhelgaas@google.com> > Cc: Linas Vepstas <linasvepstas@gmail.com> > Cc: linux-pci@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.
--- 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.
Drop the doubled word "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Linas Vepstas <linasvepstas@gmail.com> Cc: linux-pci@vger.kernel.org --- Documentation/PCI/pci-error-recovery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)