Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[safe/jmp/linux-2.6] / arch / x86 / kernel / apic / numaq_32.c
index be5c4fd..3e28401 100644 (file)
@@ -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