Skip to content
Snippets Groups Projects
Commit 36a891b6 authored by Horms's avatar Horms Committed by Adrian Bunk
Browse files

kexec: grammar fix for crash_save_this_cpu()


kexec: grammar fix for crash_save_this_cpu()

Signed-Off-By: default avatarHorms <horms@verge.net.au>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 08039264
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment