From: Toshi Kani Date: Wed, 20 Mar 2013 04:07:08 +0000 (+1100) Subject: mm: walk_memory_range(): fix typo in comment X-Git-Tag: next-20130321~2^2~383 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=001d1d9de767d8ecd4cc0c357abcc550faf478fa;p=karo-tx-linux.git mm: walk_memory_range(): fix typo in comment Fix a typo "end_pft" in the comment of walk_memory_range(). Signed-off-by: Toshi Kani Signed-off-by: Andrew Morton --- diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 9597eec8239d..3e2ab7ba0d81 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -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 *