linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86: delete duplicated words
@ 2020-07-26  0:41 Randy Dunlap
  2020-07-26  0:41 ` [PATCH 1/3] x86: bootparam.h: delete duplicated word Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Randy Dunlap @ 2020-07-26  0:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86

Drop repeated words in arch/x86/ header files.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org

 arch/x86/include/asm/cmpxchg_32.h     |    2 +-
 arch/x86/include/asm/uv/uv_hub.h      |    2 +-
 arch/x86/include/uapi/asm/bootparam.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

* [PATCH 1/3] x86: bootparam.h: delete duplicated word
  2020-07-26  0:41 [PATCH 0/3] x86: delete duplicated words Randy Dunlap
@ 2020-07-26  0:41 ` Randy Dunlap
  2020-07-26 10:50   ` [tip: x86/cleanups] x86: bootparam.h: Delete " tip-bot2 for Randy Dunlap
  2020-07-26  0:41 ` [PATCH 2/3] x86: cmpxchg_32.h: delete " Randy Dunlap
  2020-07-26  0:41 ` [PATCH 3/3] x86: uv: uv_hub.h: delete " Randy Dunlap
  2 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2020-07-26  0:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86

Delete the repeated word "for".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
---
 arch/x86/include/uapi/asm/bootparam.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200720.orig/arch/x86/include/uapi/asm/bootparam.h
+++ linux-next-20200720/arch/x86/include/uapi/asm/bootparam.h
@@ -255,7 +255,7 @@ struct boot_params {
  * 	currently supportd through this PV boot path.
  * @X86_SUBARCH_INTEL_MID: Used for Intel MID (Mobile Internet Device) platform
  *	systems which do not have the PCI legacy interfaces.
- * @X86_SUBARCH_CE4100: Used for Intel CE media processor (CE4100) SoC for
+ * @X86_SUBARCH_CE4100: Used for Intel CE media processor (CE4100) SoC
  * 	for settop boxes and media devices, the use of a subarch for CE4100
  * 	is more of a hack...
  */

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

* [PATCH 2/3] x86: cmpxchg_32.h: delete duplicated word
  2020-07-26  0:41 [PATCH 0/3] x86: delete duplicated words Randy Dunlap
  2020-07-26  0:41 ` [PATCH 1/3] x86: bootparam.h: delete duplicated word Randy Dunlap
@ 2020-07-26  0:41 ` Randy Dunlap
  2020-07-26 10:50   ` [tip: x86/cleanups] x86: cmpxchg_32.h: Delete " tip-bot2 for Randy Dunlap
  2020-07-26  0:41 ` [PATCH 3/3] x86: uv: uv_hub.h: delete " Randy Dunlap
  2 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2020-07-26  0:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86

Delete the repeated word "you".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
---
 arch/x86/include/asm/cmpxchg_32.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200720.orig/arch/x86/include/asm/cmpxchg_32.h
+++ linux-next-20200720/arch/x86/include/asm/cmpxchg_32.h
@@ -3,7 +3,7 @@
 #define _ASM_X86_CMPXCHG_32_H
 
 /*
- * Note: if you use set64_bit(), __cmpxchg64(), or their variants, you
+ * Note: if you use set64_bit(), __cmpxchg64(), or their variants,
  *       you need to test for the feature in boot_cpu_data.
  */
 

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

* [PATCH 3/3] x86: uv: uv_hub.h: delete duplicated word
  2020-07-26  0:41 [PATCH 0/3] x86: delete duplicated words Randy Dunlap
  2020-07-26  0:41 ` [PATCH 1/3] x86: bootparam.h: delete duplicated word Randy Dunlap
  2020-07-26  0:41 ` [PATCH 2/3] x86: cmpxchg_32.h: delete " Randy Dunlap
@ 2020-07-26  0:41 ` Randy Dunlap
  2020-07-26 10:50   ` [tip: x86/cleanups] x86: uv: uv_hub.h: Delete " tip-bot2 for Randy Dunlap
  2 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2020-07-26  0:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86

Delete the repeated word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
---
 arch/x86/include/asm/uv/uv_hub.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200720.orig/arch/x86/include/asm/uv/uv_hub.h
+++ linux-next-20200720/arch/x86/include/asm/uv/uv_hub.h
@@ -682,7 +682,7 @@ static inline int uv_node_to_blade_id(in
 	return nid;
 }
 
-/* Convert a cpu number to the the UV blade number */
+/* Convert a cpu number to the UV blade number */
 static inline int uv_cpu_to_blade_id(int cpu)
 {
 	return uv_node_to_blade_id(cpu_to_node(cpu));

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

* [tip: x86/cleanups] x86: cmpxchg_32.h: Delete duplicated word
  2020-07-26  0:41 ` [PATCH 2/3] x86: cmpxchg_32.h: delete " Randy Dunlap
@ 2020-07-26 10:50   ` tip-bot2 for Randy Dunlap
  0 siblings, 0 replies; 7+ messages in thread
From: tip-bot2 for Randy Dunlap @ 2020-07-26 10:50 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Randy Dunlap, Ingo Molnar, x86, LKML

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     8b9fd48eb73ec854c2877735e96c91127cc78a1d
Gitweb:        https://git.kernel.org/tip/8b9fd48eb73ec854c2877735e96c91127cc78a1d
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Sat, 25 Jul 2020 17:41:23 -07:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Sun, 26 Jul 2020 12:47:22 +02:00

x86: cmpxchg_32.h: Delete duplicated word

Delete the repeated word "you".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-3-rdunlap@infradead.org
---
 arch/x86/include/asm/cmpxchg_32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/cmpxchg_32.h b/arch/x86/include/asm/cmpxchg_32.h
index 1a2eafc..0a7fe03 100644
--- a/arch/x86/include/asm/cmpxchg_32.h
+++ b/arch/x86/include/asm/cmpxchg_32.h
@@ -3,7 +3,7 @@
 #define _ASM_X86_CMPXCHG_32_H
 
 /*
- * Note: if you use set64_bit(), __cmpxchg64(), or their variants, you
+ * Note: if you use set64_bit(), __cmpxchg64(), or their variants,
  *       you need to test for the feature in boot_cpu_data.
  */
 

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

* [tip: x86/cleanups] x86: uv: uv_hub.h: Delete duplicated word
  2020-07-26  0:41 ` [PATCH 3/3] x86: uv: uv_hub.h: delete " Randy Dunlap
@ 2020-07-26 10:50   ` tip-bot2 for Randy Dunlap
  0 siblings, 0 replies; 7+ messages in thread
From: tip-bot2 for Randy Dunlap @ 2020-07-26 10:50 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Randy Dunlap, Ingo Molnar, x86, LKML

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     de0038bfaf53af0e8bc4961b7aacdcb79f43bf08
Gitweb:        https://git.kernel.org/tip/de0038bfaf53af0e8bc4961b7aacdcb79f43bf08
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Sat, 25 Jul 2020 17:41:24 -07:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Sun, 26 Jul 2020 12:47:22 +02:00

x86: uv: uv_hub.h: Delete duplicated word

Delete the repeated word "the".

[ mingo: While at it, also capitalize CPU properly. ]

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-4-rdunlap@infradead.org
---
 arch/x86/include/asm/uv/uv_hub.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h
index 60ca0af..5738c36 100644
--- a/arch/x86/include/asm/uv/uv_hub.h
+++ b/arch/x86/include/asm/uv/uv_hub.h
@@ -682,7 +682,7 @@ static inline int uv_node_to_blade_id(int nid)
 	return nid;
 }
 
-/* Convert a cpu number to the the UV blade number */
+/* Convert a CPU number to the UV blade number */
 static inline int uv_cpu_to_blade_id(int cpu)
 {
 	return uv_node_to_blade_id(cpu_to_node(cpu));

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

* [tip: x86/cleanups] x86: bootparam.h: Delete duplicated word
  2020-07-26  0:41 ` [PATCH 1/3] x86: bootparam.h: delete duplicated word Randy Dunlap
@ 2020-07-26 10:50   ` tip-bot2 for Randy Dunlap
  0 siblings, 0 replies; 7+ messages in thread
From: tip-bot2 for Randy Dunlap @ 2020-07-26 10:50 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Randy Dunlap, Ingo Molnar, x86, LKML

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     ddeddd0811ffeb43937aca2d5479f323234f17cd
Gitweb:        https://git.kernel.org/tip/ddeddd0811ffeb43937aca2d5479f323234f17cd
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Sat, 25 Jul 2020 17:41:22 -07:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Sun, 26 Jul 2020 12:47:22 +02:00

x86: bootparam.h: Delete duplicated word

Delete the repeated word "for".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-2-rdunlap@infradead.org
---
 arch/x86/include/uapi/asm/bootparam.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/uapi/asm/bootparam.h b/arch/x86/include/uapi/asm/bootparam.h
index 8669c6b..600a141 100644
--- a/arch/x86/include/uapi/asm/bootparam.h
+++ b/arch/x86/include/uapi/asm/bootparam.h
@@ -255,7 +255,7 @@ struct boot_params {
  * 	currently supportd through this PV boot path.
  * @X86_SUBARCH_INTEL_MID: Used for Intel MID (Mobile Internet Device) platform
  *	systems which do not have the PCI legacy interfaces.
- * @X86_SUBARCH_CE4100: Used for Intel CE media processor (CE4100) SoC for
+ * @X86_SUBARCH_CE4100: Used for Intel CE media processor (CE4100) SoC
  * 	for settop boxes and media devices, the use of a subarch for CE4100
  * 	is more of a hack...
  */

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

end of thread, other threads:[~2020-07-26 10:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26  0:41 [PATCH 0/3] x86: delete duplicated words Randy Dunlap
2020-07-26  0:41 ` [PATCH 1/3] x86: bootparam.h: delete duplicated word Randy Dunlap
2020-07-26 10:50   ` [tip: x86/cleanups] x86: bootparam.h: Delete " tip-bot2 for Randy Dunlap
2020-07-26  0:41 ` [PATCH 2/3] x86: cmpxchg_32.h: delete " Randy Dunlap
2020-07-26 10:50   ` [tip: x86/cleanups] x86: cmpxchg_32.h: Delete " tip-bot2 for Randy Dunlap
2020-07-26  0:41 ` [PATCH 3/3] x86: uv: uv_hub.h: delete " Randy Dunlap
2020-07-26 10:50   ` [tip: x86/cleanups] x86: uv: uv_hub.h: Delete " tip-bot2 for Randy Dunlap

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