aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorHorms <horms@verge.net.au>2006-04-01 01:39:17 +0200
committerAdrian Bunk <bunk@stusta.de>2006-04-01 01:39:17 +0200
commit36a891b67f95fd5e1442fc0f7f953809b94b3fbc (patch)
tree881db77349c500f225f8f724a56df5ca147b6297 /arch/i386
parentDocumentation: Make fujitsu/frv/kernel-ABI.txt 80 columns wide (diff)
downloadlinux-dev-36a891b67f95fd5e1442fc0f7f953809b94b3fbc.tar.xz
linux-dev-36a891b67f95fd5e1442fc0f7f953809b94b3fbc.zip
kexec: grammar fix for crash_save_this_cpu()
kexec: grammar fix for crash_save_this_cpu() Signed-Off-By: Horms <horms@verge.net.au> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/kernel/crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/crash.c b/arch/i386/kernel/crash.c
index e3c5fca0aa8a..2b0cfce24a61 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)