From def0d8db8ca4eb4fe113b0a8d50f8dc83e8529c7 Mon Sep 17 00:00:00 2001 From: Horms Date: Sat, 1 Apr 2006 01:39:17 +0200 Subject: [PATCH] --- yaml --- r: 25204 b: refs/heads/master c: 36a891b67f95fd5e1442fc0f7f953809b94b3fbc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/crash.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ecd009edd594..0ab1480994b5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08039264d55b1e4c481309d841b245b0bb5e9c68 +refs/heads/master: 36a891b67f95fd5e1442fc0f7f953809b94b3fbc diff --git a/trunk/arch/i386/kernel/crash.c b/trunk/arch/i386/kernel/crash.c index e3c5fca0aa8a..2b0cfce24a61 100644 --- a/trunk/arch/i386/kernel/crash.c +++ b/trunk/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)