linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Documentation: x86: eliminate duplicated words
@ 2020-07-03 21:31 Randy Dunlap
  2020-07-03 21:31 ` [PATCH 2/2] Documentation: x86: earlyprintk: drop doubled words Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Thomas Gleixner,
	Ingo Molnar, Borislav Petkov, x86, H. Peter Anvin


Drop doubled words in Documentation/x86/.

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>


 Documentation/x86/earlyprintk.rst         |    2 +-
 Documentation/x86/x86_64/machinecheck.rst |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

* [PATCH 2/2] Documentation: x86: earlyprintk: drop doubled words
  2020-07-03 21:31 [PATCH 0/2] Documentation: x86: eliminate duplicated words Randy Dunlap
@ 2020-07-03 21:31 ` Randy Dunlap
  2020-07-03 21:31 ` [PATCH 1/2] Documentation: x86: machinecheck: " Randy Dunlap
  2020-07-13 15:47 ` [PATCH 0/2] Documentation: x86: eliminate duplicated words Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Thomas Gleixner,
	Ingo Molnar, Borislav Petkov, x86, H. Peter Anvin

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: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
 Documentation/x86/earlyprintk.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/x86/earlyprintk.rst
+++ linux-next-20200701/Documentation/x86/earlyprintk.rst
@@ -8,7 +8,7 @@ Mini-HOWTO for using the earlyprintk=dbg
 USB2 Debug port key and a debug cable, on x86 systems.
 
 You need two computers, the 'USB debug key' special gadget and
-and two USB cables, connected like this::
+two USB cables, connected like this::
 
   [host/target] <-------> [USB debug key] <-------> [client/console]
 

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

* [PATCH 1/2] Documentation: x86: machinecheck: drop doubled words
  2020-07-03 21:31 [PATCH 0/2] Documentation: x86: eliminate duplicated words Randy Dunlap
  2020-07-03 21:31 ` [PATCH 2/2] Documentation: x86: earlyprintk: drop doubled words Randy Dunlap
@ 2020-07-03 21:31 ` Randy Dunlap
  2020-07-13 15:47 ` [PATCH 0/2] Documentation: x86: eliminate duplicated words Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Thomas Gleixner,
	Ingo Molnar, Borislav Petkov, x86, H. Peter Anvin

Drop the doubled word "see".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
 Documentation/x86/x86_64/machinecheck.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/x86/x86_64/machinecheck.rst
+++ linux-next-20200701/Documentation/x86/x86_64/machinecheck.rst
@@ -81,5 +81,5 @@ TBD document entries for AMD threshold i
 For more details about the x86 machine check architecture
 see the Intel and AMD architecture manuals from their developer websites.
 
-For more details about the architecture see
+For more details about the architecture
 see http://one.firstfloor.org/~andi/mce.pdf

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

* Re: [PATCH 0/2] Documentation: x86: eliminate duplicated words
  2020-07-03 21:31 [PATCH 0/2] Documentation: x86: eliminate duplicated words Randy Dunlap
  2020-07-03 21:31 ` [PATCH 2/2] Documentation: x86: earlyprintk: drop doubled words Randy Dunlap
  2020-07-03 21:31 ` [PATCH 1/2] Documentation: x86: machinecheck: " Randy Dunlap
@ 2020-07-13 15:47 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-07-13 15:47 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, linux-doc, Thomas Gleixner, Ingo Molnar,
	Borislav Petkov, x86, H. Peter Anvin

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

> Drop doubled words in Documentation/x86/.
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Borislav Petkov <bp@alien8.de>
> Cc: x86@kernel.org
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> 
> 
>  Documentation/x86/earlyprintk.rst         |    2 +-
>  Documentation/x86/x86_64/machinecheck.rst |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
Set applied, thanks.

jon

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

end of thread, other threads:[~2020-07-13 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 21:31 [PATCH 0/2] Documentation: x86: eliminate duplicated words Randy Dunlap
2020-07-03 21:31 ` [PATCH 2/2] Documentation: x86: earlyprintk: drop doubled words Randy Dunlap
2020-07-03 21:31 ` [PATCH 1/2] Documentation: x86: machinecheck: " Randy Dunlap
2020-07-13 15:47 ` [PATCH 0/2] Documentation: x86: eliminate duplicated words 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).