The quilt patch titled Subject: mm/mmap: fix typo in comment has been removed from the -mm tree. Its filename was mm-mmap-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: Vernon Yang <vernon2gm@xxxxxxxxx> Subject: mm/mmap: fix typo in comment Date: Tue, 10 Jan 2023 22:53:53 +0800 Replace "parital" with "partial". Link: https://lkml.kernel.org/r/20230110145353.1658435-1-vernon2gm@xxxxxxxxx Signed-off-by: Vernon Yang <vernon2gm@xxxxxxxxx> Cc: Liam Howlett <liam.howlett@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/mmap.c~mm-mmap-fix-typo-in-comment +++ a/mm/mmap.c @@ -2889,7 +2889,7 @@ out: } /* - * brk_munmap() - Unmap a parital vma. + * brk_munmap() - Unmap a partial vma. * @mas: The maple tree state. * @vma: The vma to be modified * @newbrk: the start of the address to unmap _ Patches currently in -mm which might be from vernon2gm@xxxxxxxxx are