Discussion:
[PATCH] [PATCH] Fix typo in the ERRMSG of function show_mem_usage. "kernel" instead of "kenrel".
Eric Desrochers
2017-03-07 16:25:48 UTC
Permalink
---
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
Atsushi Kumagai
2017-03-08 07:53:18 UTC
Permalink
Hello Eric,

Thanks, I'll merge this fix into v1.6.2.

P.S. I fixed other typos on this occasion.

Regards,
Atsushi Kumagai
Post by Eric Desrochers
---
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
http://lists.infradead.org/mailman/listinfo/kexec
Loading...