]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
page_alloc-add-movable_memmap-kernel-parameter-fix-fix-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:26:37 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:32 +0000 (16:46 +1100)
remove unneeded parens

Cc: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c

index 70b8818aa2ef9c7aa14e98ba1e8d08cc0d93255c..9971a51b4c5cda6a635df47316d313f20c62f577 100644 (file)
@@ -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]
  *