From 04f1185388b510391c3eb58d26d89de20816cf63 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 20 Feb 2013 13:14:25 +1100 Subject: [PATCH] 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 --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e6a385eba197..fc09e805b42a 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -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. * -- 2.39.5