60fd626
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
60fd626
From: Dave Young <dyoung@redhat.com>
60fd626
Date: Tue, 12 Jun 2018 00:54:22 -0400
60fd626
Subject: [PATCH] kdump: fix a grammar issue in a kernel message
60fd626
60fd626
Message-id: <20180612005422.GA2568@dhcp-128-65.nay.redhat.com>
60fd626
Patchwork-id: 8201
60fd626
O-Subject: [kernel team] [RHEL8.0 PATCH V2] kdump: fix a grammar issue in a kernel message
60fd626
Bugzilla: 1507353
60fd626
RH-Acked-by: Myron Stowe <mstowe@redhat.com>
60fd626
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
60fd626
RH-Acked-by: Jiri Benc <jbenc@redhat.com>
60fd626
60fd626
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1507353
60fd626
Upstream Status: RHEL-only as crashkernel=auto is not accepted in upstream
60fd626
Build: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=16661950
60fd626
Test: verified on a kvm guest
60fd626
60fd626
s/choosed/chosen
60fd626
60fd626
Upstream Status: RHEL only
60fd626
Signed-off-by: Dave Young <dyoung@redhat.com>
60fd626
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
60fd626
---
60fd626
 kernel/crash_core.c | 2 +-
60fd626
 1 file changed, 1 insertion(+), 1 deletion(-)
60fd626
60fd626
diff --git a/kernel/crash_core.c b/kernel/crash_core.c
c9650cb
index 8c6f59932247..598d8324f51a 100644
60fd626
--- a/kernel/crash_core.c
60fd626
+++ b/kernel/crash_core.c
60fd626
@@ -269,7 +269,7 @@ static int __init __parse_crashkernel(char *cmdline,
60fd626
 #elif defined(CONFIG_PPC64)
60fd626
 		ck_cmdline = "2G-4G:384M,4G-16G:512M,16G-64G:1G,64G-128G:2G,128G-:4G";
60fd626
 #endif
60fd626
-		pr_info("Using crashkernel=auto, the size choosed is a best effort estimation.\n");
60fd626
+		pr_info("Using crashkernel=auto, the size chosen is a best effort estimation.\n");
60fd626
 	}
60fd626
60fd626
 	/*
60fd626
-- 
c9650cb
2.28.0
60fd626