The patch titled Subject: mm/memory: fix a comment typo in lock_mm_and_find_vma() has been added to the -mm mm-unstable branch. Its filename is mm-memory-fix-a-comment-typo-in-lock_mm_and_find_vma.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-memory-fix-a-comment-typo-in-lock_mm_and_find_vma.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ 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 mm-memory-fix-a-comment-typo-in-lock_mm_and_find_vma.patch