]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm: walk_memory_range(): fix typo in comment
authorToshi Kani <toshi.kani@hp.com>
Wed, 20 Mar 2013 04:07:08 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:28:25 +0000 (16:28 +1100)
Fix a typo "end_pft" in the comment of walk_memory_range().

Signed-off-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory_hotplug.c

index 9597eec8239d3f2e3fc2052179ed588643be53e0..3e2ab7ba0d81f1f18a59693956148de54f733289 100644 (file)
@@ -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)
  * @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
  * @func: callback for each memory section walked
  *