]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
mm/memblock.c: fix comment in __next_mem_range()
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Tue, 8 Sep 2015 22:04:22 +0000 (15:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
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>
mm/memblock.c

index 31b06c67b1b1672d99be8387925aba1071e233ad..1c7b647e58971ee77e0892bb0edbad5b40ec50fd 100644 (file)
@@ -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