2020-07-03 21:22:34

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 0/4] Documentation: PCI: eliminate doubled words

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(-)


2020-07-03 21:22:39

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 1/4] Documentation: PCI: pci-endpoint-cfs: drop doubled words

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.
::

2020-07-03 21:24:08

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 3/4] Documentation: PCI: pci-error-recovery: drop doubled words

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.

2020-07-03 21:24:29

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 4/4] Documentation: PCI: pci.rst: drop doubled words

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.

2020-07-03 21:25:00

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 2/4] Documentation: PCI: pci-endpoint: drop doubled words

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()

2020-07-04 06:09:54

by Linas Vepstas

[permalink] [raw]
Subject: Re: [PATCH 3/4] Documentation: PCI: pci-error-recovery: drop doubled words

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

2020-07-05 11:52:04

by Mike Rapoport

[permalink] [raw]
Subject: Re: [PATCH 0/4] Documentation: PCI: eliminate doubled words

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.

2020-07-05 20:40:45

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 0/4] Documentation: PCI: eliminate doubled words

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