* [PATCH][next] mm: Fix spelling mistake "commdandline" -> "commandline"
@ 2024-02-15 9:05 Colin Ian King
2024-02-15 10:52 ` Johannes Weiner
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-02-15 9:05 UTC (permalink / raw)
To: Johannes Weiner, Michal Hocko, Roman Gushchin, Shakeel Butt,
Muchun Song, Andrew Morton, cgroups, linux-mm
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a pr_warn_once message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
mm/memcontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 94d1b278c458..95c3fccb321b 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -8014,7 +8014,7 @@ static int __init setup_swap_account(char *s)
bool res;
if (!kstrtobool(s, &res) && !res)
- pr_warn_once("The swapaccount=0 commdandline option is deprecated "
+ pr_warn_once("The swapaccount=0 commandline option is deprecated "
"in favor of configuring swap control via cgroupfs. "
"Please report your usecase to linux-mm@kvack.org if you "
"depend on this functionality.\n");
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][next] mm: Fix spelling mistake "commdandline" -> "commandline"
2024-02-15 9:05 [PATCH][next] mm: Fix spelling mistake "commdandline" -> "commandline" Colin Ian King
@ 2024-02-15 10:52 ` Johannes Weiner
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Weiner @ 2024-02-15 10:52 UTC (permalink / raw)
To: Colin Ian King
Cc: Michal Hocko, Roman Gushchin, Shakeel Butt, Muchun Song,
Andrew Morton, cgroups, linux-mm, kernel-janitors, linux-kernel
On Thu, Feb 15, 2024 at 09:05:44AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a pr_warn_once message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> mm/memcontrol.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/memcontrol.c b/mm/memcontrol.c
> index 94d1b278c458..95c3fccb321b 100644
> --- a/mm/memcontrol.c
> +++ b/mm/memcontrol.c
> @@ -8014,7 +8014,7 @@ static int __init setup_swap_account(char *s)
> bool res;
>
> if (!kstrtobool(s, &res) && !res)
> - pr_warn_once("The swapaccount=0 commdandline option is deprecated "
> + pr_warn_once("The swapaccount=0 commandline option is deprecated "
Quality workmanship.
Thanks Colin ;)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-15 10:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 9:05 [PATCH][next] mm: Fix spelling mistake "commdandline" -> "commandline" Colin Ian King
2024-02-15 10:52 ` Johannes Weiner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox