The patch titled Subject: mm/vmalloc: fix a typo in comment has been removed from the -mm tree. Its filename was mm-vmalloc-fix-a-typo-in-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Qiujun Huang <hqjagain@xxxxxxxxx> Subject: mm/vmalloc: fix a typo in comment There is a typo in comment, fix it. "exeeds" -> "exceeds" Link: http://lkml.kernel.org/r/20200404060136.10838-1-hqjagain@xxxxxxxxx Signed-off-by: Qiujun Huang <hqjagain@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/vmalloc.c~mm-vmalloc-fix-a-typo-in-comment +++ a/mm/vmalloc.c @@ -3368,7 +3368,7 @@ retry: goto overflow; /* - * If required width exeeds current VA block, move + * If required width exceeds current VA block, move * base downwards and then recheck. */ if (base + end > va->va_end) { _ Patches currently in -mm which might be from hqjagain@xxxxxxxxx are mm-slab_common-fix-a-typo-in-comment-eariler-earlier.patch