Commit e05c4bbf authored by Toshi Kani's avatar Toshi Kani Committed by Linus Torvalds

mm: walk_memory_range(): fix typo in comment

Fix a typo "end_pft" in the comment of walk_memory_range().
Signed-off-by: default avatarToshi Kani <toshi.kani@hp.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 94f3d3af
...@@ -1613,7 +1613,7 @@ int offline_pages(unsigned long start_pfn, unsigned long nr_pages) ...@@ -1613,7 +1613,7 @@ int offline_pages(unsigned long start_pfn, unsigned long nr_pages)
/** /**
* walk_memory_range - walks through all mem sections in [start_pfn, end_pfn) * walk_memory_range - walks through all mem sections in [start_pfn, end_pfn)
* @start_pfn: start pfn of the memory range * @start_pfn: start pfn of the memory range
* @end_pfn: end pft of the memory range * @end_pfn: end pfn of the memory range
* @arg: argument passed to func * @arg: argument passed to func
* @func: callback for each memory section walked * @func: callback for each memory section walked
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment