From: Andrew Morton Date: Wed, 20 Feb 2013 02:14:25 +0000 (+1100) Subject: page_alloc-add-movable_memmap-kernel-parameter-fix-fix-fix X-Git-Tag: next-20130220~1^2~508 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bcf1530ae627214ea4ca22aa17a75ba02fb25211;p=karo-tx-linux.git page_alloc-add-movable_memmap-kernel-parameter-fix-fix-fix remove unneeded parens Cc: Tang Chen Signed-off-by: Andrew Morton --- 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] *