The patch titled Subject: mm: fix typos in comments has been added to the -mm tree. Its filename is mm-fix-typos-in-comments-2.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-fix-typos-in-comments-2.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-typos-in-comments-2.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: Lu Jialin <lujialin4@xxxxxxxxxx> Subject: mm: fix typos in comments succed -> succeed in mm/hugetlb.c wil -> will in mm/mempolicy.c wit -> with in mm/page_alloc.c Retruns -> Returns in mm/page_vma_mapped.c confict -> conflict in mm/secretmem.c No functionality changed. Link: https://lkml.kernel.org/r/20210408140027.60623-1-lujialin4@xxxxxxxxxx Signed-off-by: Lu Jialin <lujialin4@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 2 +- mm/mempolicy.c | 2 +- mm/page_alloc.c | 2 +- mm/page_vma_mapped.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) --- a/mm/hugetlb.c~mm-fix-typos-in-comments-2 +++ a/mm/hugetlb.c @@ -2310,7 +2310,7 @@ retry: } else if (!HPageFreed(old_page)) { /* * Page's refcount is 0 but it has not been enqueued in the - * freelist yet. Race window is small, so we can succed here if + * freelist yet. Race window is small, so we can succeed here if * we retry. */ spin_unlock_irq(&hugetlb_lock); --- a/mm/mempolicy.c~mm-fix-typos-in-comments-2 +++ a/mm/mempolicy.c @@ -994,7 +994,7 @@ static long do_get_mempolicy(int *policy if (flags & MPOL_F_ADDR) { /* * Take a refcount on the mpol, lookup_node() - * wil drop the mmap_lock, so after calling + * will drop the mmap_lock, so after calling * lookup_node() only "pol" remains valid, "vma" * is stale. */ --- a/mm/page_alloc.c~mm-fix-typos-in-comments-2 +++ a/mm/page_alloc.c @@ -4173,7 +4173,7 @@ out: } /* - * Maximum number of compaction retries wit a progress before OOM + * Maximum number of compaction retries with a progress before OOM * killer is consider as the only way to move forward. */ #define MAX_COMPACT_RETRIES 16 --- a/mm/page_vma_mapped.c~mm-fix-typos-in-comments-2 +++ a/mm/page_vma_mapped.c @@ -134,7 +134,7 @@ static bool check_pte(struct page_vma_ma * regardless of which page table level the page is mapped at. @pvmw->pmd is * NULL. * - * Retruns false if there are no more page table entries for the page in + * Returns false if there are no more page table entries for the page in * the vma. @pvmw->ptl is unlocked and @pvmw->pte is unmapped. * * If you need to stop the walk before page_vma_mapped_walk() returned false, _ Patches currently in -mm which might be from lujialin4@xxxxxxxxxx are mm-fix-typos-in-comments-2.patch