mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"
@ 2017-09-27 10:22 Colin King
  2017-09-27 13:57 ` Dou Liyang
  2017-09-28 10:24 ` [tip:x86/apic] x86/apic: Fix " tip-bot for Colin Ian King
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-09-27 10:22 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H . Peter Anvin, x86, Dou Liyang
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistakes in pr_info messages

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/x86/kernel/apic/apic.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index ca5ec3fddc49..a1ca2c08f532 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1296,11 +1296,11 @@ void __init apic_intr_mode_init(void)
 		default_setup_apic_routing();
 		break;
 	case APIC_SYMMETRIC_IO:
-		pr_info("APIC: Switch to symmectic I/O mode setup\n");
+		pr_info("APIC: Switch to symmetric I/O mode setup\n");
 		default_setup_apic_routing();
 		break;
 	case APIC_SYMMETRIC_IO_NO_ROUTING:
-		pr_info("APIC: Switch to symmectic I/O mode setup in no SMP routine\n");
+		pr_info("APIC: Switch to symmetric I/O mode setup in no SMP routine\n");
 		break;
 	}
 
-- 
2.14.1

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

* Re: [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"
  2017-09-27 10:22 [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric" Colin King
@ 2017-09-27 13:57 ` Dou Liyang
  2017-09-28 10:24 ` [tip:x86/apic] x86/apic: Fix " tip-bot for Colin Ian King
  1 sibling, 0 replies; 3+ messages in thread
From: Dou Liyang @ 2017-09-27 13:57 UTC (permalink / raw)
  To: Colin King, Thomas Gleixner, Ingo Molnar, H . Peter Anvin, x86
  Cc: linux-kernel

Hi Colin,

At 09/27/2017 06:22 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistakes in pr_info messages
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  arch/x86/kernel/apic/apic.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
> index ca5ec3fddc49..a1ca2c08f532 100644
> --- a/arch/x86/kernel/apic/apic.c
> +++ b/arch/x86/kernel/apic/apic.c
> @@ -1296,11 +1296,11 @@ void __init apic_intr_mode_init(void)
>  		default_setup_apic_routing();
>  		break;
>  	case APIC_SYMMETRIC_IO:
> -		pr_info("APIC: Switch to symmectic I/O mode setup\n");
> +		pr_info("APIC: Switch to symmetric I/O mode setup\n");
>  		default_setup_apic_routing();
>  		break;
>  	case APIC_SYMMETRIC_IO_NO_ROUTING:
> -		pr_info("APIC: Switch to symmectic I/O mode setup in no SMP routine\n");
> +		pr_info("APIC: Switch to symmetric I/O mode setup in no SMP routine\n");

Oops, Yes, thank you very much!

Thanks,

	dou
>  		break;
>  	}
>
>

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

* [tip:x86/apic] x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"
  2017-09-27 10:22 [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric" Colin King
  2017-09-27 13:57 ` Dou Liyang
@ 2017-09-28 10:24 ` tip-bot for Colin Ian King
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Colin Ian King @ 2017-09-28 10:24 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: mingo, linux-kernel, hpa, douly.fnst, tglx, colin.king

Commit-ID:  79761ce80aa0232157e428bde28c0cef6d43ac5f
Gitweb:     https://git.kernel.org/tip/79761ce80aa0232157e428bde28c0cef6d43ac5f
Author:     Colin Ian King <colin.king@canonical.com>
AuthorDate: Wed, 27 Sep 2017 11:22:23 +0100
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 28 Sep 2017 12:22:40 +0200

x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"

Trivial fix to spelling mistakes in pr_info messages

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Dou Liyang <douly.fnst@cn.fujitsu.com>
Link: https://lkml.kernel.org/r/20170927102223.31920-1-colin.king@canonical.com

---
 arch/x86/kernel/apic/apic.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index ca5ec3f..a1ca2c0 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1296,11 +1296,11 @@ void __init apic_intr_mode_init(void)
 		default_setup_apic_routing();
 		break;
 	case APIC_SYMMETRIC_IO:
-		pr_info("APIC: Switch to symmectic I/O mode setup\n");
+		pr_info("APIC: Switch to symmetric I/O mode setup\n");
 		default_setup_apic_routing();
 		break;
 	case APIC_SYMMETRIC_IO_NO_ROUTING:
-		pr_info("APIC: Switch to symmectic I/O mode setup in no SMP routine\n");
+		pr_info("APIC: Switch to symmetric I/O mode setup in no SMP routine\n");
 		break;
 	}
 

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

end of thread, other threads:[~2017-09-28 10:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 10:22 [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric" Colin King
2017-09-27 13:57 ` Dou Liyang
2017-09-28 10:24 ` [tip:x86/apic] x86/apic: Fix " tip-bot for Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome