perf, x86: use LBR for PEBS IP+1 fixup
[linux-2.6-block.git] / arch / x86 / kernel / microcode_intel.c
index ebd193e476ca8812fa81a06e0def726d486d6239..85a343e28937770e383aec0d1320140bc7e0baf8 100644 (file)
@@ -328,7 +328,7 @@ static int apply_microcode(int cpu)
                       cpu_num, mc_intel->hdr.rev);
                return -1;
        }
-       pr_info("CPU%d updated to revision 0x%x, date = %04x-%02x-%02x \n",
+       pr_info("CPU%d updated to revision 0x%x, date = %04x-%02x-%02x\n",
                cpu_num, val[1],
                mc_intel->hdr.date & 0xffff,
                mc_intel->hdr.date >> 24,