Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crash: Fix spelling mistake: "crahskernel" -> "crashkernel"
@ 2024-04-19  8:52 Colin Ian King
  2024-04-23 10:09 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Ian King @ 2024-04-19  8:52 UTC (permalink / raw)
  To: Baoquan He, Vivek Goyal, Dave Young, kexec; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a pr_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 kernel/crash_reserve.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
index 5b2722a93a48..7c87b5efcc81 100644
--- a/kernel/crash_reserve.c
+++ b/kernel/crash_reserve.c
@@ -132,7 +132,7 @@ static int __init parse_crashkernel_mem(char *cmdline,
 			cur++;
 			*crash_base = memparse(cur, &tmp);
 			if (cur == tmp) {
-				pr_warn("crahskernel: Memory value expected after '@'\n");
+				pr_warn("crashkernel: Memory value expected after '@'\n");
 				return -EINVAL;
 			}
 		}
-- 
2.39.2


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] crash: Fix spelling mistake: "crahskernel" -> "crashkernel"
  2024-04-19  8:52 [PATCH] crash: Fix spelling mistake: "crahskernel" -> "crashkernel" Colin Ian King
@ 2024-04-23 10:09 ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2024-04-23 10:09 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Baoquan He, Vivek Goyal, Dave Young, kexec, kernel-janitors,
	linux-kernel

On Fri, Apr 19, 2024 at 09:52:06AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a pr_warn message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Reviewed-by: Simon Horman <horms@kernel.org>


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] crash: Fix spelling mistake "crahskernel" -> "crashkernel"
@ 2025-04-18 12:03 Colin Ian King
  2025-04-18 13:07 ` Baoquan He
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Ian King @ 2025-04-18 12:03 UTC (permalink / raw)
  To: Andrew Morton, Baoquan He, Vivek Goyal, Dave Young, kexec
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a pr_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 kernel/crash_reserve.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
index aff7c0fdbefa..acb6bf42e30d 100644
--- a/kernel/crash_reserve.c
+++ b/kernel/crash_reserve.c
@@ -131,7 +131,7 @@ static int __init parse_crashkernel_mem(char *cmdline,
 			cur++;
 			*crash_base = memparse(cur, &tmp);
 			if (cur == tmp) {
-				pr_warn("crahskernel: Memory value expected after '@'\n");
+				pr_warn("crashkernel: Memory value expected after '@'\n");
 				return -EINVAL;
 			}
 		}
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] crash: Fix spelling mistake "crahskernel" -> "crashkernel"
  2025-04-18 12:03 [PATCH] crash: Fix spelling mistake " Colin Ian King
@ 2025-04-18 13:07 ` Baoquan He
  0 siblings, 0 replies; 4+ messages in thread
From: Baoquan He @ 2025-04-18 13:07 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Andrew Morton, Vivek Goyal, Dave Young, kexec, kernel-janitors,
	linux-kernel

On 04/18/25 at 01:03pm, Colin Ian King wrote:
> There is a spelling mistake in a pr_warn message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  kernel/crash_reserve.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
> index aff7c0fdbefa..acb6bf42e30d 100644
> --- a/kernel/crash_reserve.c
> +++ b/kernel/crash_reserve.c
> @@ -131,7 +131,7 @@ static int __init parse_crashkernel_mem(char *cmdline,
>  			cur++;
>  			*crash_base = memparse(cur, &tmp);
>  			if (cur == tmp) {
> -				pr_warn("crahskernel: Memory value expected after '@'\n");
> +				pr_warn("crashkernel: Memory value expected after '@'\n");
>  				return -EINVAL;

Acked-by: Baoquan He <bhe@redhat.com>

>  			}
>  		}
> -- 
> 2.49.0
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-18 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19  8:52 [PATCH] crash: Fix spelling mistake: "crahskernel" -> "crashkernel" Colin Ian King
2024-04-23 10:09 ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2025-04-18 12:03 [PATCH] crash: Fix spelling mistake " Colin Ian King
2025-04-18 13:07 ` Baoquan He

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox