The patch titled Subject: mm/hugetlb.c: fix typos in comments has been added to the -mm tree. Its filename is mm-hugetlbc-fix-typos-in-comments.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-hugetlbc-fix-typos-in-comments.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-hugetlbc-fix-typos-in-comments.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Zhiyuan Dai <daizhiyuan@xxxxxxxxxxxxxx> Subject: mm/hugetlb.c: fix typos in comments Fix typo in comment. Link: https://lkml.kernel.org/r/1612256106-9436-1-git-send-email-daizhiyuan@xxxxxxxxxxxxxx Signed-off-by: Zhiyuan Dai <daizhiyuan@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/hugetlb.c~mm-hugetlbc-fix-typos-in-comments +++ a/mm/hugetlb.c @@ -4042,7 +4042,7 @@ void unmap_hugepage_range(struct vm_area /* * This is called when the original mapper is failing to COW a MAP_PRIVATE - * mappping it owns the reserve page for. The intention is to unmap the page + * mapping it owns the reserve page for. The intention is to unmap the page * from other VMAs and let the children be SIGKILLed if they are faulting the * same region. */ _ Patches currently in -mm which might be from daizhiyuan@xxxxxxxxxxxxxx are mm-hugetlbc-fix-typos-in-comments.patch