[PATCH] [PATCH] Fix typo in the ERRMSG of function show_mem_usage. "kernel" instead of "kenrel".
Atsushi Kumagai
ats-kumagai at wm.jp.nec.com
Tue Mar 7 23:53:18 PST 2017
Hello Eric,
Thanks, I'll merge this fix into v1.6.2.
P.S. I fixed other typos on this occasion.
Regards,
Atsushi Kumagai
>---
> makedumpfile.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/makedumpfile.c b/makedumpfile.c
>index e3be1ab..18cf30f 100644
>--- a/makedumpfile.c
>+++ b/makedumpfile.c
>@@ -10938,7 +10938,7 @@ int show_mem_usage(void)
> struct cycle cycle = {0};
>
> if (!is_crashkernel_mem_reserved()) {
>- ERRMSG("No memory is reserved for crashkenrel!\n");
>+ ERRMSG("No memory is reserved for crashkernel!\n");
> return FALSE;
> }
>
>--
>2.7.4
>
>
>_______________________________________________
>kexec mailing list
>kexec at lists.infradead.org
>http://lists.infradead.org/mailman/listinfo/kexec
More information about the kexec
mailing list