summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/memory_hotplug.c2
1 files changed, 1 insertions, 1 deletions
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)
1613/** 1613/**
1614 * walk_memory_range - walks through all mem sections in [start_pfn, end_pfn) 1614 * walk_memory_range - walks through all mem sections in [start_pfn, end_pfn)
1615 * @start_pfn: start pfn of the memory range 1615 * @start_pfn: start pfn of the memory range
1616 * @end_pfn: end pft of the memory range 1616 * @end_pfn: end pfn of the memory range
1617 * @arg: argument passed to func 1617 * @arg: argument passed to func
1618 * @func: callback for each memory section walked 1618 * @func: callback for each memory section walked
1619 * 1619 *