linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Documentation: arm64: eliminate duplicated words
@ 2020-07-03 20:51 Randy Dunlap
  2020-07-03 20:51 ` [PATCH 1/3] Documentation: arm64/arm-acpi: drop duplicate words Randy Dunlap
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Randy Dunlap @ 2020-07-03 20:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Lorenzo Pieralisi,
	Hanjun Guo, Sudeep Holla, linux-acpi, linux-arm-kernel,
	Catalin Marinas, Will Deacon, Dave Martin

Drop doubled words in Documentation/arm64/.


Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: linux-acpi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Dave Martin <Dave.Martin@arm.com>

 Documentation/arm64/acpi_object_usage.rst |    2 +-
 Documentation/arm64/arm-acpi.rst          |    2 +-
 Documentation/arm64/sve.rst               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

* [PATCH 1/3] Documentation: arm64/arm-acpi: drop duplicate words
  2020-07-03 20:51 [PATCH 0/3] Documentation: arm64: eliminate duplicated words Randy Dunlap
@ 2020-07-03 20:51 ` Randy Dunlap
  2020-07-03 20:51 ` [PATCH 2/3] Documentation: arm64/acpi_object_usage: " Randy Dunlap
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2020-07-03 20:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Lorenzo Pieralisi,
	Hanjun Guo, Sudeep Holla, linux-acpi, linux-arm-kernel,
	Catalin Marinas, Will Deacon, Dave Martin

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: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: linux-acpi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
---
 Documentation/arm64/arm-acpi.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/arm64/arm-acpi.rst
+++ linux-next-20200701/Documentation/arm64/arm-acpi.rst
@@ -470,7 +470,7 @@ likely be willing to assist in submittin
 
 Linux Code
 ----------
-Individual items specific to Linux on ARM, contained in the the Linux
+Individual items specific to Linux on ARM, contained in the Linux
 source code, are in the list that follows:
 
 ACPI_OS_NAME

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

* [PATCH 2/3] Documentation: arm64/acpi_object_usage: drop duplicate words
  2020-07-03 20:51 [PATCH 0/3] Documentation: arm64: eliminate duplicated words Randy Dunlap
  2020-07-03 20:51 ` [PATCH 1/3] Documentation: arm64/arm-acpi: drop duplicate words Randy Dunlap
@ 2020-07-03 20:51 ` Randy Dunlap
  2020-07-03 20:51 ` [PATCH 3/3] Documentation: arm64/sve: " Randy Dunlap
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2020-07-03 20:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Lorenzo Pieralisi,
	Hanjun Guo, Sudeep Holla, linux-acpi, linux-arm-kernel,
	Catalin Marinas, Will Deacon, Dave Martin

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: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: linux-acpi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
---
 Documentation/arm64/acpi_object_usage.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/arm64/acpi_object_usage.rst
+++ linux-next-20200701/Documentation/arm64/acpi_object_usage.rst
@@ -220,7 +220,7 @@ LPIT   Signature Reserved (signature ==
        x86 only table as of ACPI 5.1; starting with ACPI 6.0, processor
        descriptions and power states on ARM platforms should use the DSDT
        and define processor container devices (_HID ACPI0010, Section 8.4,
-       and more specifically 8.4.3 and and 8.4.4).
+       and more specifically 8.4.3 and 8.4.4).
 
 MADT   Section 5.2.12 (signature == "APIC")
 

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

* [PATCH 3/3] Documentation: arm64/sve: drop duplicate words
  2020-07-03 20:51 [PATCH 0/3] Documentation: arm64: eliminate duplicated words Randy Dunlap
  2020-07-03 20:51 ` [PATCH 1/3] Documentation: arm64/arm-acpi: drop duplicate words Randy Dunlap
  2020-07-03 20:51 ` [PATCH 2/3] Documentation: arm64/acpi_object_usage: " Randy Dunlap
@ 2020-07-03 20:51 ` Randy Dunlap
  2020-07-06 17:09   ` Dave Martin
  2020-07-05 11:45 ` [PATCH 0/3] Documentation: arm64: eliminate duplicated words Mike Rapoport
  2020-07-05 20:38 ` Jonathan Corbet
  4 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2020-07-03 20:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Lorenzo Pieralisi,
	Hanjun Guo, Sudeep Holla, linux-acpi, linux-arm-kernel,
	Catalin Marinas, Will Deacon, Dave Martin

Drop the doubled word "for".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Dave Martin <Dave.Martin@arm.com>
---
 Documentation/arm64/sve.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/arm64/sve.rst
+++ linux-next-20200701/Documentation/arm64/sve.rst
@@ -494,7 +494,7 @@ Appendix B.  ARMv8-A FP/SIMD programmer'
 Note: This section is for information only and not intended to be complete or
 to replace any architectural specification.
 
-Refer to [4] for for more information.
+Refer to [4] for more information.
 
 ARMv8-A defines the following floating-point / SIMD register state:
 

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

* Re: [PATCH 0/3] Documentation: arm64: eliminate duplicated words
  2020-07-03 20:51 [PATCH 0/3] Documentation: arm64: eliminate duplicated words Randy Dunlap
                   ` (2 preceding siblings ...)
  2020-07-03 20:51 ` [PATCH 3/3] Documentation: arm64/sve: " Randy Dunlap
@ 2020-07-05 11:45 ` Mike Rapoport
  2020-07-05 20:38 ` Jonathan Corbet
  4 siblings, 0 replies; 7+ messages in thread
From: Mike Rapoport @ 2020-07-05 11:45 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Lorenzo Pieralisi,
	Hanjun Guo, Sudeep Holla, linux-acpi, linux-arm-kernel,
	Catalin Marinas, Will Deacon, Dave Martin

On Fri, Jul 03, 2020 at 01:51:07PM -0700, Randy Dunlap wrote:
> Drop doubled words in Documentation/arm64/.
> 
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: Hanjun Guo <guohanjun@huawei.com>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: linux-acpi@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: Dave Martin <Dave.Martin@arm.com>


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

> 
>  Documentation/arm64/acpi_object_usage.rst |    2 +-
>  Documentation/arm64/arm-acpi.rst          |    2 +-
>  Documentation/arm64/sve.rst               |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

-- 
Sincerely yours,
Mike.

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

* Re: [PATCH 0/3] Documentation: arm64: eliminate duplicated words
  2020-07-03 20:51 [PATCH 0/3] Documentation: arm64: eliminate duplicated words Randy Dunlap
                   ` (3 preceding siblings ...)
  2020-07-05 11:45 ` [PATCH 0/3] Documentation: arm64: eliminate duplicated words Mike Rapoport
@ 2020-07-05 20:38 ` Jonathan Corbet
  4 siblings, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2020-07-05 20:38 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, linux-doc, Lorenzo Pieralisi, Hanjun Guo,
	Sudeep Holla, linux-acpi, linux-arm-kernel, Catalin Marinas,
	Will Deacon, Dave Martin

On Fri,  3 Jul 2020 13:51:07 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> Drop doubled words in Documentation/arm64/.
> 
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: Hanjun Guo <guohanjun@huawei.com>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: linux-acpi@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: Dave Martin <Dave.Martin@arm.com>
> 
>  Documentation/arm64/acpi_object_usage.rst |    2 +-
>  Documentation/arm64/arm-acpi.rst          |    2 +-
>  Documentation/arm64/sve.rst               |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

jon

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

* Re: [PATCH 3/3] Documentation: arm64/sve: drop duplicate words
  2020-07-03 20:51 ` [PATCH 3/3] Documentation: arm64/sve: " Randy Dunlap
@ 2020-07-06 17:09   ` Dave Martin
  0 siblings, 0 replies; 7+ messages in thread
From: Dave Martin @ 2020-07-06 17:09 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, Lorenzo Pieralisi, linux-doc,
	Catalin Marinas, Sudeep Holla, linux-acpi, Hanjun Guo,
	Will Deacon, linux-arm-kernel

On Fri, Jul 03, 2020 at 01:51:10PM -0700, Randy Dunlap wrote:
> Drop the doubled word "for".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Dave Martin <Dave.Martin@arm.com>

Thanks!

Acked-by: Dave Martin <Dave.Martin@arm.com>

> ---
>  Documentation/arm64/sve.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200701.orig/Documentation/arm64/sve.rst
> +++ linux-next-20200701/Documentation/arm64/sve.rst
> @@ -494,7 +494,7 @@ Appendix B.  ARMv8-A FP/SIMD programmer'
>  Note: This section is for information only and not intended to be complete or
>  to replace any architectural specification.
>  
> -Refer to [4] for for more information.
> +Refer to [4] for more information.
>  
>  ARMv8-A defines the following floating-point / SIMD register state:
>  
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-07-06 17:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 20:51 [PATCH 0/3] Documentation: arm64: eliminate duplicated words Randy Dunlap
2020-07-03 20:51 ` [PATCH 1/3] Documentation: arm64/arm-acpi: drop duplicate words Randy Dunlap
2020-07-03 20:51 ` [PATCH 2/3] Documentation: arm64/acpi_object_usage: " Randy Dunlap
2020-07-03 20:51 ` [PATCH 3/3] Documentation: arm64/sve: " Randy Dunlap
2020-07-06 17:09   ` Dave Martin
2020-07-05 11:45 ` [PATCH 0/3] Documentation: arm64: eliminate duplicated words Mike Rapoport
2020-07-05 20:38 ` 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).