From bcf1530ae627214ea4ca22aa17a75ba02fb25211 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 20 Feb 2013 13:14:25 +1100 Subject: [PATCH] page_alloc-add-movable_memmap-kernel-parameter-fix-fix-fix remove unneeded parens Cc: Tang Chen Signed-off-by: Andrew Morton --- mm/page_alloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index fc09e805b42a..70e5e6280388 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -5082,7 +5082,7 @@ early_param("kernelcore", cmdline_parse_kernelcore); early_param("movablecore", cmdline_parse_movablecore); /** - * insert_movablecore_map() - Insert a memory range in to movablecore_map.map. + * insert_movablecore_map - Insert a memory range in to movablecore_map.map. * @start_pfn: start pfn of the range * @end_pfn: end pfn of the range * @@ -5145,7 +5145,7 @@ static void __init insert_movablecore_map(unsigned long start_pfn, } /** - * movablecore_map_add_region() - Add a memory range into movablecore_map. + * movablecore_map_add_region - Add a memory range into movablecore_map. * @start: physical start address of range * @end: physical end address of range * @@ -5174,7 +5174,7 @@ static void __init movablecore_map_add_region(u64 start, u64 size) } /* - * cmdline_parse_movablecore_map() - Parse boot option movablecore_map. + * cmdline_parse_movablecore_map - Parse boot option movablecore_map. * @p: The boot option of the following format: * movablecore_map=nn[KMG]@ss[KMG] * -- 2.39.5