summaryrefslogtreecommitdiffstats
path: root/mm/memblock.c
diff options
context:
space:
mode:
authorAlexander Kuleshov2015-09-09 00:04:22 +0200
committerLinus Torvalds2015-09-09 00:35:28 +0200
commitad5ea8cd5b934cc082f2cda900b490def149908e (patch)
tree8f83225a8da89341262b4c8fa32205267f03df30 /mm/memblock.c
parentmm/page_alloc.c: fix type information of memoryless node (diff)
downloadkernel-qcow2-linux-ad5ea8cd5b934cc082f2cda900b490def149908e.tar.gz
kernel-qcow2-linux-ad5ea8cd5b934cc082f2cda900b490def149908e.tar.xz
kernel-qcow2-linux-ad5ea8cd5b934cc082f2cda900b490def149908e.zip
mm/memblock.c: fix comment in __next_mem_range()
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> 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 31b06c67b1b1..1c7b647e5897 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -976,7 +976,7 @@ void __init_memblock __next_mem_range(u64 *idx, int nid, ulong flags,
* in type_b.
*
* @idx: pointer to u64 loop variable
- * @nid: nid: node selector, %NUMA_NO_NODE for all nodes
+ * @nid: node selector, %NUMA_NO_NODE for all nodes
* @flags: pick from blocks based on memory attributes
* @type_a: pointer to memblock_type from where the range is taken
* @type_b: pointer to memblock_type which excludes memory from being taken