The quilt patch titled Subject: mm/memory: fix a comment typo in lock_mm_and_find_vma() has been removed from the -mm tree. Its filename was mm-memory-fix-a-comment-typo-in-lock_mm_and_find_vma.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: Chin Yik Ming <yikming2222@xxxxxxxxx> Subject: mm/memory: fix a comment typo in lock_mm_and_find_vma() Date: Wed, 20 Nov 2024 18:50:41 +0800 s/equivalend/equivalent/ Link: https://lkml.kernel.org/r/20241120105041.2394283-1-yikming2222@xxxxxxxxx Signed-off-by: Chin Yik Ming <yikming2222@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memory.c~mm-memory-fix-a-comment-typo-in-lock_mm_and_find_vma +++ a/mm/memory.c @@ -6185,7 +6185,7 @@ static inline bool upgrade_mmap_lock_car /* * Helper for page fault handling. * - * This is kind of equivalend to "mmap_read_lock()" followed + * This is kind of equivalent to "mmap_read_lock()" followed * by "find_extend_vma()", except it's a lot more careful about * the locking (and will drop the lock on failure). * _ Patches currently in -mm which might be from yikming2222@xxxxxxxxx are