summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
diff options
context:
space:
mode:
authorFrans Pop2010-02-06 18:47:17 +0100
committerIngo Molnar2010-02-07 17:47:51 +0100
commit3235dc3f22378f35ce77eba0d0f62db2d9c4844e (patch)
treef2fc3b0b94547ff304d6646c6474927a803d5251 /arch/x86/kernel/apic/apic.c
parentx86, mtrr: Remove unused mtrr/state.c (diff)
downloadkernel-qcow2-linux-3235dc3f22378f35ce77eba0d0f62db2d9c4844e.tar.gz
kernel-qcow2-linux-3235dc3f22378f35ce77eba0d0f62db2d9c4844e.tar.xz
kernel-qcow2-linux-3235dc3f22378f35ce77eba0d0f62db2d9c4844e.zip
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/apic.c')
-rw-r--r--arch/x86/kernel/apic/apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index e80f291472a4..71c4443bb91f 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -587,7 +587,7 @@ calibrate_by_pmtimer(long deltapm, long *delta, long *deltatsc)
res = (((u64)(*deltatsc)) * pm_100ms);
do_div(res, deltapm);
apic_printk(APIC_VERBOSE, "TSC delta adjusted to "
- "PM-Timer: %lu (%ld) \n",
+ "PM-Timer: %lu (%ld)\n",
(unsigned long)res, *deltatsc);
*deltatsc = (long)res;
}