[PATCH] [PATCH] Fix typo in the ERRMSG of function show_mem_usage. "kernel" instead of "kenrel".

Eric Desrochers eric.desrochers at canonical.com
Tue Mar 7 08:25:48 PST 2017


---
 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




More information about the kexec mailing list