aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorTang Chen <tangchen@cn.fujitsu.com>2013-07-08 19:00:22 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-09 13:33:23 -0400
commitd8bbdd773d64b30b6b36f027ad2e182ed2045f3c (patch)
tree78749445fbf7842703ab7fe25d2b203ba9984301 /mm
parentef277c73ca3b1aade278036ae11640090681d558 (diff)
mm/memblock.c: fix wrong comment in __next_free_mem_range()
Remove one redundant "nid" in the comment. Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/memblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memblock.c b/mm/memblock.c
index c5fad932fa51..a847bfe6f3ba 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -566,7 +566,7 @@ int __init_memblock memblock_reserve(phys_addr_t base, phys_addr_t size)
566/** 566/**
567 * __next_free_mem_range - next function for for_each_free_mem_range() 567 * __next_free_mem_range - next function for for_each_free_mem_range()
568 * @idx: pointer to u64 loop variable 568 * @idx: pointer to u64 loop variable
569 * @nid: nid: node selector, %MAX_NUMNODES for all nodes 569 * @nid: node selector, %MAX_NUMNODES for all nodes
570 * @out_start: ptr to phys_addr_t for start address of the range, can be %NULL 570 * @out_start: ptr to phys_addr_t for start address of the range, can be %NULL
571 * @out_end: ptr to phys_addr_t for end address of the range, can be %NULL 571 * @out_end: ptr to phys_addr_t for end address of the range, can be %NULL
572 * @out_nid: ptr to int for nid of the range, can be %NULL 572 * @out_nid: ptr to int for nid of the range, can be %NULL