]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
page_alloc-add-movable_memmap-kernel-parameter-fix-fix-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Feb 2013 02:14:25 +0000 (13:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:36 +0000 (16:52 +1100)
Cc: Tang Chen <tangchen@cn.fujitsu.com>
WARNING: please, no space before tabs
#48: FILE: mm/page_alloc.c:5171:
+ * ^Imovablecore_map=nn[KMG]@ss[KMG]$

total: 0 errors, 1 warnings, 39 lines checked

./patches/page_alloc-add-movable_memmap-kernel-parameter-fix-fix.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

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

index e6a385eba197e17a442528c52e13d1ff846deeaa..fc09e805b42a6fed827898df60dae07f12202767 100644 (file)
@@ -5176,7 +5176,7 @@ static void __init movablecore_map_add_region(u64 start, u64 size)
 /*
  * cmdline_parse_movablecore_map() - Parse boot option movablecore_map.
  * @p: The boot option of the following format:
- *     movablecore_map=nn[KMG]@ss[KMG]
+ *     movablecore_map=nn[KMG]@ss[KMG]
  *
  * This option sets the memory range [ss, ss+nn) to be used as movable memory.
  *