Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crash: fix spelling mistake "crahskernel" -> "crashkernel"

There is a spelling mistake in a pr_warn message. Fix it.

Link: https://lkml.kernel.org/r/20250418120331.535086-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Baoquan He <bhe@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Colin Ian King and committed by
Andrew Morton
f0eba23c 92f3c5a0

+1 -1
+1 -1
kernel/crash_reserve.c
··· 131 131 cur++; 132 132 *crash_base = memparse(cur, &tmp); 133 133 if (cur == tmp) { 134 - pr_warn("crahskernel: Memory value expected after '@'\n"); 134 + pr_warn("crashkernel: Memory value expected after '@'\n"); 135 135 return -EINVAL; 136 136 } 137 137 }