From: XueBing Chen Date: Sat, 25 Jun 2022 08:51:35 +0000 (+0800) Subject: mm: sparsemem: drop unexpected word 'a' in comments X-Git-Tag: v6.0-rc1~98^2~173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f673bd7c2654a0e2a1ec59417dcf9b7ceae9c14c;p=thirdparty%2Fkernel%2Flinux.git mm: sparsemem: drop unexpected word 'a' in comments there is an unexpected word 'a' in the comments that need to be dropped Link: https://lkml.kernel.org/r/24fbdae3.c86.1819a0f31b9.Coremail.chenxuebing@jari.cn Signed-off-by: XueBing Chen Signed-off-by: Andrew Morton --- diff --git a/mm/sparse-vmemmap.c b/mm/sparse-vmemmap.c index 3ff88a2eefb87..98529356b9cd4 100644 --- a/mm/sparse-vmemmap.c +++ b/mm/sparse-vmemmap.c @@ -548,7 +548,7 @@ pte_t * __meminit vmemmap_pte_populate(pmd_t *pmd, unsigned long addr, int node, } else { /* * When a PTE/PMD entry is freed from the init_mm - * there's a a free_pages() call to this page allocated + * there's a free_pages() call to this page allocated * above. Thus this get_page() is paired with the * put_page_testzero() on the freeing path. * This can only called by certain ZONE_DEVICE path,