From: Andrew Morton Date: Thu, 7 Feb 2013 01:26:36 +0000 (+1100) Subject: page_alloc-add-movable_memmap-kernel-parameter-fix-fix-checkpatch-fixes X-Git-Tag: next-20130218~1^2~421 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=df9500a2081a2cf9ebda0d22cb348fbd850984c0;p=karo-tx-linux.git page_alloc-add-movable_memmap-kernel-parameter-fix-fix-checkpatch-fixes Cc: Tang Chen 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 Signed-off-by: Andrew Morton --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 2958406c623f..70b8818aa2ef 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -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. *