[POWERPC] Book-E reg MCSR msg misquoted
[sfrench/cifs-2.6.git] / arch / ppc / kernel / traps.c
index 9661a91183b35a18f79636e2f196d6a8d3f3eaa0..2f835b9e95e488996d968c271581ae8a0f3117fe 100644 (file)
@@ -316,7 +316,7 @@ void machine_check_exception(struct pt_regs *regs)
        if (reason & MCSR_BUS_RBERR)
                printk("Bus - Read Data Bus Error\n");
        if (reason & MCSR_BUS_WBERR)
-               printk("Bus - Read Data Bus Error\n");
+               printk("Bus - Write Data Bus Error\n");
        if (reason & MCSR_BUS_IPERR)
                printk("Bus - Instruction Parity Error\n");
        if (reason & MCSR_BUS_RPERR)