[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240215105242.GA1282507@cmpxchg.org>
Date: Thu, 15 Feb 2024 05:52:42 -0500
From: Johannes Weiner <hannes@...xchg.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Michal Hocko <mhocko@...nel.org>,
Roman Gushchin <roman.gushchin@...ux.dev>,
Shakeel Butt <shakeelb@...gle.com>,
Muchun Song <muchun.song@...ux.dev>,
Andrew Morton <akpm@...ux-foundation.org>, cgroups@...r.kernel.org,
linux-mm@...ck.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] mm: Fix spelling mistake "commdandline" ->
"commandline"
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@...il.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 ;)
Powered by blists - more mailing lists