Skip to content

Commit 45e7981

Browse files
rainccruntorvalds
authored andcommitted
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]>
1 parent c63ae43 commit 45e7981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/memblock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ void __init_memblock __next_mem_range_rev(u64 *idx, int nid,
11791179

11801180
#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
11811181
/*
1182-
* Common iterator interface used to define for_each_mem_range().
1182+
* Common iterator interface used to define for_each_mem_pfn_range().
11831183
*/
11841184
void __init_memblock __next_mem_pfn_range(int *idx, int nid,
11851185
unsigned long *out_start_pfn,

0 commit comments

Comments
 (0)