Skip to content

Commit c3e49b9

Browse files
author
Baoquan He
committed
crash: fix spelling mistake "crahskernel" -> "crashkernel"
JIRA: https://issues.redhat.com/browse/RHEL-114163 Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git commit f0eba23 Author: Colin Ian King <colin.i.king@gmail.com> Date: Fri Apr 18 13:03:31 2025 +0100 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> Signed-off-by: Baoquan He <bhe@redhat.com>
1 parent 561fa1a commit c3e49b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/crash_reserve.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static int __init parse_crashkernel_mem(char *cmdline,
132132
cur++;
133133
*crash_base = memparse(cur, &tmp);
134134
if (cur == tmp) {
135-
pr_warn("crahskernel: Memory value expected after '@'\n");
135+
pr_warn("crashkernel: Memory value expected after '@'\n");
136136
return -EINVAL;
137137
}
138138
}

0 commit comments

Comments
 (0)