]> 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>
Thu, 7 Feb 2013 01:26:36 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:32 +0000 (16:46 +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 2958406c623f7122257c564ab2241d4b80c6ad4b..70b8818aa2ef9c7aa14e98ba1e8d08cc0d93255c 100644 (file)
@@ -5173,7 +5173,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.
  *