Commit 79761ce8 authored by Colin Ian King's avatar Colin Ian King Committed by Thomas Gleixner

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

Trivial fix to spelling mistakes in pr_info messages
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarThomas 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
parent 1e66e2b8
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment