[PATCH] i386: fix whitespace before call to notify_die() in die()

From: Horms
Date: Fri Mar 10 2006 - 03:45:44 EST


[Resending as I forgot to CC linux-kernel the first time around]

i386: fix whitespace before call to notify_die() in die()

Signed-Off-By: Horms <horms@xxxxxxxxxxxx>

--- a/arch/i386/kernel/traps.c
+++ b/arch/i386/kernel/traps.c
@@ -365,7 +365,7 @@ void die(const char * str, struct pt_reg
#endif
if (nl)
printk("\n");
- notify_die(DIE_OOPS, (char *)str, regs, err, 255, SIGSEGV);
+ notify_die(DIE_OOPS, (char *)str, regs, err, 255, SIGSEGV);
show_registers(regs);
} else
printk(KERN_EMERG "Recursive die() failure, output suppressed\n");

--
Horms
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/