[PATCH] i386: fix whitespace before call to notify_die() in die()
- From: Horms <horms@xxxxxxxxxxxx>
- Date: Fri, 10 Mar 2006 15:08:34 +0900
[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/
- Prev by Date: Re: [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside (ver. 3)
- Next by Date: Re: [PATCH] Documentation: Make fujitsu/frv/kernel-ABI.txt 80 columns wide
- Previous by thread: Problems ejecting 4th-generation iPod with 2.6.15
- Next by thread: Re: [PATCH] Documentation: Make fujitsu/frv/kernel-ABI.txt 80 columns wide
- Index(es):
Relevant Pages
|