The quilt patch titled Subject: ksm: fix typo in comment has been removed from the -mm tree. Its filename was ksm-fix-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: Julia Lawall <Julia.Lawall@xxxxxxxx> Subject: ksm: fix typo in comment Date: Sat, 21 May 2022 13:11:44 +0200 Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lkml.kernel.org/r/20220521111145.81697-94-Julia.Lawall@xxxxxxxx Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx> Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/ksm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/ksm.c~ksm-fix-typo-in-comment +++ a/mm/ksm.c @@ -1590,7 +1590,7 @@ again: * the rbtree instead as a regular stable_node (in * order to collapse the stable_node chain if a single * stable_node dup was found in it). In such case the - * stable_node is overwritten by the calleee to point + * stable_node is overwritten by the callee to point * to the stable_node_dup that was collapsed in the * stable rbtree and stable_node will be equal to * stable_node_dup like if the chain never existed. _ Patches currently in -mm which might be from Julia.Lawall@xxxxxxxx are