projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f3962
)
mm: sparsemem: drop unexpected word 'a' in comments
author
XueBing Chen
<chenxuebing@jari.cn>
Sat, 25 Jun 2022 08:51:35 +0000
(16:51 +0800)
committer
akpm
<akpm@linux-foundation.org>
Mon, 4 Jul 2022 01:08:50 +0000
(18:08 -0700)
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 <chenxuebing@jari.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/sparse-vmemmap.c
patch
|
blob
|
history
diff --git
a/mm/sparse-vmemmap.c
b/mm/sparse-vmemmap.c
index
3ff88a2
..
9852935
100644
(file)
--- 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,