aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/numaq_32.c
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-02-06 18:47:17 +0100
committerIngo Molnar <mingo@elte.hu>2010-02-07 17:47:51 +0100
commit3235dc3f22378f35ce77eba0d0f62db2d9c4844e (patch)
treef2fc3b0b94547ff304d6646c6474927a803d5251 /arch/x86/kernel/apic/numaq_32.c
parent34d2819f20782feb60f9434470ecfb200875fd41 (diff)
x86: Remove trailing spaces in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Cc: Avi Kivity <avi@redhat.com> Cc: x86@kernel.org LKML-Reference: <1265478443-31072-10-git-send-email-elendil@planet.nl> [ Left out the KVM bits. ] Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic/numaq_32.c')
-rw-r--r--arch/x86/kernel/apic/numaq_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/numaq_32.c b/arch/x86/kernel/apic/numaq_32.c
index 98c4665f251..47dd856708e 100644
--- a/arch/x86/kernel/apic/numaq_32.c
+++ b/arch/x86/kernel/apic/numaq_32.c
@@ -225,7 +225,7 @@ static void __init smp_read_mpc_oem(struct mpc_table *mpc)
mpc_record = 0;
printk(KERN_INFO
- "Found an OEM MPC table at %8p - parsing it ... \n", oemtable);
+ "Found an OEM MPC table at %8p - parsing it...\n", oemtable);
if (memcmp(oemtable->signature, MPC_OEM_SIGNATURE, 4)) {
printk(KERN_WARNING