The patch titled Subject: mm: Fix spelling mistake "commdandline" -> "commandline" has been added to the -mm mm-hotfixes-unstable branch. Its filename is mm-memcontrol-clarify-swapaccount=0-deprecation-warning-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-memcontrol-clarify-swapaccount=0-deprecation-warning-fix.patch This patch will later appear in the mm-hotfixes-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Colin Ian King <colin.i.king@xxxxxxxxx> Subject: mm: Fix spelling mistake "commdandline" -> "commandline" Date: Thu, 15 Feb 2024 09:05:44 +0000 There is a spelling mistake in a pr_warn_once message. Fix it. Link: https://lkml.kernel.org/r/20240215090544.1649201-1-colin.i.king@xxxxxxxxx Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memcontrol.c~mm-memcontrol-clarify-swapaccount=0-deprecation-warning-fix +++ a/mm/memcontrol.c @@ -7974,7 +7974,7 @@ static int __init setup_swap_account(cha 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@xxxxxxxxx if you " "depend on this functionality.\n"); _ Patches currently in -mm which might be from colin.i.king@xxxxxxxxx are mm-memcontrol-clarify-swapaccount=0-deprecation-warning-fix.patch