提交 36a891b6 编写于 作者: H Horms 提交者: Adrian Bunk

kexec: grammar fix for crash_save_this_cpu()

kexec: grammar fix for crash_save_this_cpu()
Signed-Off-By: NHorms <horms@verge.net.au>
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
上级 08039264
...@@ -69,7 +69,7 @@ static void crash_save_this_cpu(struct pt_regs *regs, int cpu) ...@@ -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 * for the data I pass, and I need tags
* on the data to indicate what information I have * on the data to indicate what information I have
* squirrelled away. ELF notes happen to provide * 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); buf = (u32*)per_cpu_ptr(crash_notes, cpu);
if (!buf) if (!buf)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册