projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0803926
)
kexec: grammar fix for crash_save_this_cpu()
author
Horms
<horms@verge.net.au>
Fri, 31 Mar 2006 23:39:17 +0000
(
01:39
+0200)
committer
Adrian Bunk
<bunk@stusta.de>
Fri, 31 Mar 2006 23:39:17 +0000
(
01:39
+0200)
kexec: grammar fix for crash_save_this_cpu()
Signed-Off-By: Horms <horms@verge.net.au>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/i386/kernel/crash.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/crash.c
b/arch/i386/kernel/crash.c
index e3c5fca0aa8ad1ba9fd2797646d88c1b2146bdf7..2b0cfce24a619af5105e11705adb771f5298c0a1 100644
(file)
--- 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)