From: Horms Date: Fri, 31 Mar 2006 23:39:17 +0000 (+0200) Subject: kexec: grammar fix for crash_save_this_cpu() X-Git-Tag: v3.12-rc1~36831^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36a891b67f95fd5e1442fc0f7f953809b94b3fbc;p=kernel%2Fkernel-generic.git kexec: grammar fix for crash_save_this_cpu() kexec: grammar fix for crash_save_this_cpu() Signed-Off-By: Horms Signed-off-by: Adrian Bunk --- diff --git a/arch/i386/kernel/crash.c b/arch/i386/kernel/crash.c index e3c5fca0..2b0cfce 100644 --- a/arch/i386/kernel/crash.c +++ b/arch/i386/kernel/crash.c @@ -69,7 +69,7 @@ static void crash_save_this_cpu(struct pt_regs *regs, int cpu) * for the data I pass, and I need tags * on the data to indicate what information I have * squirrelled away. ELF notes happen to provide - * all of that that no need to invent something new. + * all of that, so there is no need to invent something new. */ buf = (u32*)per_cpu_ptr(crash_notes, cpu); if (!buf)