The quilt patch titled Subject: mm: Fix spelling mistake "commdandline" -> "commandline" has been removed from the -mm tree. Its filename was mm-memcontrol-clarify-swapaccount=0-deprecation-warning-fix.patch This patch was dropped because it was folded into mm-memcontrol-clarify-swapaccount=0-deprecation-warning.patch ------------------------------------------------------ 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.patch