Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1740588 > unrolled thread

[PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"

Started byColin King <colin.king@canonical.com>
First post2017-09-27 12:30 +0200
Last post2017-09-28 12:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric" Colin King <colin.king@canonical.com> - 2017-09-27 12:30 +0200
    Re: [PATCH][next] x86/apic: fix spelling mistake: "symmectic" ->  "symmetric" Dou Liyang <douly.fnst@cn.fujitsu.com> - 2017-09-27 16:00 +0200
    [tip:x86/apic] x86/apic: Fix spelling mistake: "symmectic" ->  "symmetric" tip-bot for Colin Ian King <tipbot@zytor.com> - 2017-09-28 12:30 +0200

#1740588 — [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"

FromColin King <colin.king@canonical.com>
Date2017-09-27 12:30 +0200
Subject[PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"
Message-ID<uuhLj-1aF-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1740748 — Re: [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"

FromDou Liyang <douly.fnst@cn.fujitsu.com>
Date2017-09-27 16:00 +0200
SubjectRe: [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"
Message-ID<uul2x-3HA-1@gated-at.bofh.it>
In reply to#1740588
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;
>  	}
>
>

[toc] | [prev] | [next] | [standalone]


#1741398 — [tip:x86/apic] x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"

Fromtip-bot for Colin Ian King <tipbot@zytor.com>
Date2017-09-28 12:30 +0200
Subject[tip:x86/apic] x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"
Message-ID<uuEeT-7MF-17@gated-at.bofh.it>
In reply to#1740588
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;
 	}
 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web