Fix doubled (duplicated) words in Documentation/PCI/.
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Bjorn Helgaas <[email protected]>
Cc: Kishon Vijay Abraham I <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: [email protected]
Cc: Linas Vepstas <[email protected]>
Documentation/PCI/endpoint/pci-endpoint-cfs.rst | 2 +-
Documentation/PCI/endpoint/pci-endpoint.rst | 2 +-
Documentation/PCI/pci-error-recovery.rst | 2 +-
Documentation/PCI/pci.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Drop the doubled word "and".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Bjorn Helgaas <[email protected]>
Cc: Kishon Vijay Abraham I <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: [email protected]
---
Documentation/PCI/endpoint/pci-endpoint-cfs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200701.orig/Documentation/PCI/endpoint/pci-endpoint-cfs.rst
+++ linux-next-20200701/Documentation/PCI/endpoint/pci-endpoint-cfs.rst
@@ -24,7 +24,7 @@ Directory Structure
The pci_ep configfs has two directories at its root: controllers and
functions. Every EPC device present in the system will have an entry in
-the *controllers* directory and and every EPF driver present in the system
+the *controllers* directory and every EPF driver present in the system
will have an entry in the *functions* directory.
::
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Bjorn Helgaas <[email protected]>
Cc: Linas Vepstas <[email protected]>
Cc: [email protected]
---
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.
Drop the doubled word "when".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Bjorn Helgaas <[email protected]>
Cc: [email protected]
---
Documentation/PCI/pci.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200701.orig/Documentation/PCI/pci.rst
+++ linux-next-20200701/Documentation/PCI/pci.rst
@@ -209,7 +209,7 @@ the PCI device by calling pci_enable_dev
OS BUG: we don't check resource allocations before enabling those
resources. The sequence would make more sense if we called
pci_request_resources() before calling pci_enable_device().
- Currently, the device drivers can't detect the bug when when two
+ Currently, the device drivers can't detect the bug when two
devices have been allocated the same range. This is not a common
problem and unlikely to get fixed soon.
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Bjorn Helgaas <[email protected]>
Cc: Kishon Vijay Abraham I <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: [email protected]
---
Documentation/PCI/endpoint/pci-endpoint.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200701.orig/Documentation/PCI/endpoint/pci-endpoint.rst
+++ linux-next-20200701/Documentation/PCI/endpoint/pci-endpoint.rst
@@ -214,7 +214,7 @@ pci-ep-cfs.c can be used as reference fo
* pci_epf_create()
Create a new PCI EPF device by passing the name of the PCI EPF device.
- This name will be used to bind the the EPF device to a EPF driver.
+ This name will be used to bind the EPF device to a EPF driver.
* pci_epf_destroy()
Acked-by: Linas Vepstas <[email protected]>
for this and the other patches in the series.
On Fri, Jul 3, 2020 at 4:22 PM Randy Dunlap <[email protected]> wrote:
>
> Drop the doubled word "the".
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: Bjorn Helgaas <[email protected]>
> Cc: Linas Vepstas <[email protected]>
> Cc: [email protected]
> ---
> 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.
--
Verbogeny is one of the pleasurettes of a creatific thinkerizer.
--Peter da Silva
On Fri, Jul 03, 2020 at 02:21:52PM -0700, Randy Dunlap wrote:
> Fix doubled (duplicated) words in Documentation/PCI/.
>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: Bjorn Helgaas <[email protected]>
> Cc: Kishon Vijay Abraham I <[email protected]>
> Cc: Lorenzo Pieralisi <[email protected]>
> Cc: [email protected]
> Cc: Linas Vepstas <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
> Documentation/PCI/endpoint/pci-endpoint-cfs.rst | 2 +-
> Documentation/PCI/endpoint/pci-endpoint.rst | 2 +-
> Documentation/PCI/pci-error-recovery.rst | 2 +-
> Documentation/PCI/pci.rst | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
--
Sincerely yours,
Mike.
On Fri, 3 Jul 2020 14:21:52 -0700
Randy Dunlap <[email protected]> wrote:
> Fix doubled (duplicated) words in Documentation/PCI/.
>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: Bjorn Helgaas <[email protected]>
> Cc: Kishon Vijay Abraham I <[email protected]>
> Cc: Lorenzo Pieralisi <[email protected]>
> Cc: [email protected]
> Cc: Linas Vepstas <[email protected]>
>
> Documentation/PCI/endpoint/pci-endpoint-cfs.rst | 2 +-
> Documentation/PCI/endpoint/pci-endpoint.rst | 2 +-
> Documentation/PCI/pci-error-recovery.rst | 2 +-
> Documentation/PCI/pci.rst | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
Applied, thanks.
jon