commit | 45e79815b89149dc6698e71b587c86ffaf4062aa | [log] [tgz] |
---|---|---|
author | Chen Chang <[email protected]> | Fri Nov 16 15:08:57 2018 -0800 |
committer | Linus Torvalds <[email protected]> | Sun Nov 18 10:15:10 2018 -0800 |
tree | 7f046444c083eee097f65d907fc9a44273520f6d | |
parent | c63ae43ba53bc432b414fd73dd5f4b01fcb1ab43 [diff] [blame] |
mm/memblock.c: fix a typo in __next_mem_pfn_range() comments Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Chen Chang <[email protected]> Acked-by: Michal Hocko <[email protected]> Acked-by: Mike Rapoport <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/mm/memblock.c b/mm/memblock.c index 7df468c..9a2d5ae 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,