projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e66e2b
)
x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 27 Sep 2017 10:22:23 +0000
(11:22 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 28 Sep 2017 10:22:40 +0000
(12:22 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/apic/apic.c
b/arch/x86/kernel/apic/apic.c
index ca5ec3fddc49e8757c8033ea809222aa30c97aa2..a1ca2c08f5320086613bfbf04367c30d5c1b2471 100644
(file)
--- 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 symme
ct
ic I/O mode setup\n");
+ pr_info("APIC: Switch to symme
tr
ic I/O mode setup\n");
default_setup_apic_routing();
break;
case APIC_SYMMETRIC_IO_NO_ROUTING:
- pr_info("APIC: Switch to symme
ct
ic I/O mode setup in no SMP routine\n");
+ pr_info("APIC: Switch to symme
tr
ic I/O mode setup in no SMP routine\n");
break;
}