The quilt patch titled Subject: mm: memcontrol: fix a typo in comment has been removed from the -mm tree. Its filename was mm-memcontrol-fix-a-typo-in-comment.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: xupanda <xu.panda@xxxxxxxxxx> Subject: mm: memcontrol: fix a typo in comment Date: Mon, 15 Aug 2022 06:51:04 +0000 Fix a spelling mistake in comment. Link: https://lkml.kernel.org/r/20220815065102.74347-1-xu.panda@xxxxxxxxxx Reported-by: Zeal Robot <zealci@xxxxxxxxxx> Signed-off-by: xupanda <xu.panda@xxxxxxxxxx> Signed-off-by: CGEL ZTE <cgel.zte@xxxxxxxxx> Reviewed-by: Mukesh Ojha <quic_mojha@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-fix-a-typo-in-comment +++ a/mm/memcontrol.c @@ -1143,7 +1143,7 @@ static void invalidate_reclaim_iterators } while ((memcg = parent_mem_cgroup(memcg))); /* - * When cgruop1 non-hierarchy mode is used, + * When cgroup1 non-hierarchy mode is used, * parent_mem_cgroup() does not walk all the way up to the * cgroup root (root_mem_cgroup). So we have to handle * dead_memcg from cgroup root separately. _ Patches currently in -mm which might be from xu.panda@xxxxxxxxxx are