aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-09-27 11:22:23 +0100
committerThomas Gleixner <[email protected]>2017-09-28 12:22:40 +0200
commit79761ce80aa0232157e428bde28c0cef6d43ac5f (patch)
tree954dc14aa575734a8c54ed298ee6ae299e21137b
parent1e66e2b86293ff1ded32104ac0ad26a7f08ec439 (diff)
x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"
Trivial fix to spelling mistakes in pr_info messages Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Dou Liyang <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r--arch/x86/kernel/apic/apic.c4
1 files 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;
}