linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Documentation: PCI: eliminate doubled words
@ 2020-07-03 21:21 Randy Dunlap
  2020-07-03 21:21 ` [PATCH 1/4] Documentation: PCI: pci-endpoint-cfs: drop " Randy Dunlap
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Bjorn Helgaas,
	Kishon Vijay Abraham I, Lorenzo Pieralisi, linux-pci,
	Linas Vepstas

Fix doubled (duplicated) words in Documentation/PCI/.

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: linux-pci@vger.kernel.org
Cc: Linas Vepstas <linasvepstas@gmail.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/4] Documentation: PCI: pci-endpoint-cfs: drop doubled words
  2020-07-03 21:21 [PATCH 0/4] Documentation: PCI: eliminate doubled words Randy Dunlap
@ 2020-07-03 21:21 ` Randy Dunlap
  2020-07-03 21:21 ` [PATCH 2/4] Documentation: PCI: pci-endpoint: " Randy Dunlap
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Bjorn Helgaas,
	Kishon Vijay Abraham I, Lorenzo Pieralisi, linux-pci,
	Linas Vepstas

Drop the doubled word "and".

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: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: linux-pci@vger.kernel.org
---
 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.
 ::
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 2/4] Documentation: PCI: pci-endpoint: drop doubled words
  2020-07-03 21:21 [PATCH 0/4] Documentation: PCI: eliminate doubled words Randy Dunlap
  2020-07-03 21:21 ` [PATCH 1/4] Documentation: PCI: pci-endpoint-cfs: drop " Randy Dunlap
@ 2020-07-03 21:21 ` Randy Dunlap
  2020-07-03 21:21 ` [PATCH 3/4] Documentation: PCI: pci-error-recovery: " Randy Dunlap
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Bjorn Helgaas,
	Kishon Vijay Abraham I, Lorenzo Pieralisi, linux-pci,
	Linas Vepstas

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: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: linux-pci@vger.kernel.org
---
 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()
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 3/4] Documentation: PCI: pci-error-recovery: drop doubled words
  2020-07-03 21:21 [PATCH 0/4] Documentation: PCI: eliminate doubled words Randy Dunlap
  2020-07-03 21:21 ` [PATCH 1/4] Documentation: PCI: pci-endpoint-cfs: drop " Randy Dunlap
  2020-07-03 21:21 ` [PATCH 2/4] Documentation: PCI: pci-endpoint: " Randy Dunlap
@ 2020-07-03 21:21 ` Randy Dunlap
  2020-07-04  6:08   ` Linas Vepstas
  2020-07-03 21:21 ` [PATCH 4/4] Documentation: PCI: pci.rst: " Randy Dunlap
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Bjorn Helgaas,
	Kishon Vijay Abraham I, Lorenzo Pieralisi, linux-pci,
	Linas Vepstas

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 4/4] Documentation: PCI: pci.rst: drop doubled words
  2020-07-03 21:21 [PATCH 0/4] Documentation: PCI: eliminate doubled words Randy Dunlap
                   ` (2 preceding siblings ...)
  2020-07-03 21:21 ` [PATCH 3/4] Documentation: PCI: pci-error-recovery: " Randy Dunlap
@ 2020-07-03 21:21 ` Randy Dunlap
  2020-07-05 11:49 ` [PATCH 0/4] Documentation: PCI: eliminate " Mike Rapoport
  2020-07-05 20:40 ` Jonathan Corbet
  5 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Bjorn Helgaas,
	Kishon Vijay Abraham I, Lorenzo Pieralisi, linux-pci,
	Linas Vepstas

Drop the doubled word "when".

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: linux-pci@vger.kernel.org
---
 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.
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 3/4] Documentation: PCI: pci-error-recovery: drop doubled words
  2020-07-03 21:21 ` [PATCH 3/4] Documentation: PCI: pci-error-recovery: " Randy Dunlap
@ 2020-07-04  6:08   ` Linas Vepstas
  0 siblings, 0 replies; 8+ messages in thread
From: Linas Vepstas @ 2020-07-04  6:08 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Bjorn Helgaas,
	Kishon Vijay Abraham I, Lorenzo Pieralisi, linux-pci

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.



-- 
Verbogeny is one of the pleasurettes of a creatific thinkerizer.
        --Peter da Silva

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/4] Documentation: PCI: eliminate doubled words
  2020-07-03 21:21 [PATCH 0/4] Documentation: PCI: eliminate doubled words Randy Dunlap
                   ` (3 preceding siblings ...)
  2020-07-03 21:21 ` [PATCH 4/4] Documentation: PCI: pci.rst: " Randy Dunlap
@ 2020-07-05 11:49 ` Mike Rapoport
  2020-07-05 20:40 ` Jonathan Corbet
  5 siblings, 0 replies; 8+ messages in thread
From: Mike Rapoport @ 2020-07-05 11:49 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Bjorn Helgaas,
	Kishon Vijay Abraham I, Lorenzo Pieralisi, linux-pci,
	Linas Vepstas

On Fri, Jul 03, 2020 at 02:21:52PM -0700, Randy Dunlap wrote:
> Fix doubled (duplicated) words in Documentation/PCI/.
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: linux-pci@vger.kernel.org
> Cc: Linas Vepstas <linasvepstas@gmail.com>

Acked-by: Mike Rapoport <rppt@linux.ibm.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/4] Documentation: PCI: eliminate doubled words
  2020-07-03 21:21 [PATCH 0/4] Documentation: PCI: eliminate doubled words Randy Dunlap
                   ` (4 preceding siblings ...)
  2020-07-05 11:49 ` [PATCH 0/4] Documentation: PCI: eliminate " Mike Rapoport
@ 2020-07-05 20:40 ` Jonathan Corbet
  5 siblings, 0 replies; 8+ messages in thread
From: Jonathan Corbet @ 2020-07-05 20:40 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, linux-doc, Bjorn Helgaas, Kishon Vijay Abraham I,
	Lorenzo Pieralisi, linux-pci, Linas Vepstas

On Fri,  3 Jul 2020 14:21:52 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> Fix doubled (duplicated) words in Documentation/PCI/.
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: linux-pci@vger.kernel.org
> Cc: Linas Vepstas <linasvepstas@gmail.com>
> 
>  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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-05 20:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 21:21 [PATCH 0/4] Documentation: PCI: eliminate doubled words Randy Dunlap
2020-07-03 21:21 ` [PATCH 1/4] Documentation: PCI: pci-endpoint-cfs: drop " Randy Dunlap
2020-07-03 21:21 ` [PATCH 2/4] Documentation: PCI: pci-endpoint: " Randy Dunlap
2020-07-03 21:21 ` [PATCH 3/4] Documentation: PCI: pci-error-recovery: " Randy Dunlap
2020-07-04  6:08   ` Linas Vepstas
2020-07-03 21:21 ` [PATCH 4/4] Documentation: PCI: pci.rst: " Randy Dunlap
2020-07-05 11:49 ` [PATCH 0/4] Documentation: PCI: eliminate " Mike Rapoport
2020-07-05 20:40 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).