From: Toshi Kani Date: Mon, 29 Apr 2013 22:06:16 +0000 (-0700) Subject: mm: walk_memory_range(): fix typo in comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e05c4bbfaedb7585a5b7936b3b84e68928c6474f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 Signed-off-by: Linus Torvalds --- diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index ee3765760818..57decb29e056 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 *