aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/memblock.c
diff options
context:
space:
mode:
authorChen Chang <rainccrun@gmail.com>2018-11-16 15:08:57 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-11-18 10:15:10 -0800
commit45e79815b89149dc6698e71b587c86ffaf4062aa (patch)
tree7f046444c083eee097f65d907fc9a44273520f6d /mm/memblock.c
parentmm, page_alloc: check for max order in hot path (diff)
downloadwireguard-linux-45e79815b89149dc6698e71b587c86ffaf4062aa.tar.xz
wireguard-linux-45e79815b89149dc6698e71b587c86ffaf4062aa.zip
mm/memblock.c: fix a typo in __next_mem_pfn_range() comments
Link: http://lkml.kernel.org/r/20181107100247.13359-1-rainccrun@gmail.com Signed-off-by: Chen Chang <rainccrun@gmail.com> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: Mike Rapoport <rppt@linux.ibm.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memblock.c')
-rw-r--r--mm/memblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memblock.c b/mm/memblock.c
index 7df468c8ebc8..9a2d5ae81ae1 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -1179,7 +1179,7 @@ void __init_memblock __next_mem_range_rev(u64 *idx, int nid,
#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
/*
- * Common iterator interface used to define for_each_mem_range().
+ * Common iterator interface used to define for_each_mem_pfn_range().
*/
void __init_memblock __next_mem_pfn_range(int *idx, int nid,
unsigned long *out_start_pfn,