Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1214774 > unrolled thread

[PATCH] mm/memblock.c: fix comment in the __next_mem_range()

Started byAlexander Kuleshov <kuleshovmail@gmail.com>
First post2015-08-27 20:30 +0200
Last post2015-08-27 20:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] mm/memblock.c: fix comment in the __next_mem_range() Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-08-27 20:30 +0200

#1214774 — [PATCH] mm/memblock.c: fix comment in the __next_mem_range()

FromAlexander Kuleshov <kuleshovmail@gmail.com>
Date2015-08-27 20:30 +0200
Subject[PATCH] mm/memblock.c: fix comment in the __next_mem_range()
Message-ID<q2a5Y-41H-33@gated-at.bofh.it>
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 mm/memblock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/memblock.c b/mm/memblock.c
index 87108e7..0d24b01 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -972,7 +972,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
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web