Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 209ff86d authored by Tang Chen's avatar Tang Chen Committed by Linus Torvalds
Browse files

memblock: fix missing comment of memblock_insert_region()



There is no comment for parameter nid of memblock_insert_region().
This patch adds comment for it.

Signed-off-by: default avatarTang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6056d619
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ static void __init_memblock memblock_merge_regions(struct memblock_type *type)
 * @idx:	index for the insertion point
 * @base:	base address of the new region
 * @size:	size of the new region
 * @nid:	node id of the new region
 *
 * Insert new memblock region [@base,@base+@size) into @type at @idx.
 * @type must already have extra room to accomodate the new region.