From: Andrew Morton Date: Thu, 7 Feb 2013 01:26:37 +0000 (+1100) Subject: page_alloc-add-movable_memmap-kernel-parameter-fix-fix-fix X-Git-Tag: next-20130218~1^2~420 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e7bbefc43b1a34a2e06de2ccb05ff9d1ebf66820;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 70b8818aa2ef..9971a51b4c5c 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -5079,7 +5079,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 * @@ -5142,7 +5142,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 * @@ -5171,7 +5171,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] *