* [PATCH] mm/memblock: fix a typo in comment
@ 2018-04-04 12:40 Huaisheng Ye
0 siblings, 0 replies; only message in thread
From: Huaisheng Ye @ 2018-04-04 12:40 UTC (permalink / raw)
To: akpm; +Cc: linux-mm, Huaisheng Ye
__next_reserved_mem_region is used by for_each_reserved_mem_region.
Signed-off-by: Huaisheng Ye <yehs1@lenovo.com>
---
mm/memblock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memblock.c b/mm/memblock.c
index 48376bd..5f36cab 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -810,7 +810,7 @@ int __init_memblock memblock_clear_nomap(phys_addr_t base, phys_addr_t size)
}
/**
- * __next_reserved_mem_region - next function for for_each_reserved_region()
+ * __next_reserved_mem_region - next function for for_each_reserved_mem_region()
* @idx: pointer to u64 loop variable
* @out_start: ptr to phys_addr_t for start address of the region, can be %NULL
* @out_end: ptr to phys_addr_t for end address of the region, can be %NULL
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-04 12:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 12:40 [PATCH] mm/memblock: fix a typo in comment Huaisheng Ye
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).