From 86586e6a04849c8870aea1dde312360d8fbd8e9c Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 21 Jul 2012 10:54:13 +1000 Subject: [PATCH] mm-have-order-0-compaction-start-off-where-it-left-checkpatch-fixes ERROR: trailing whitespace #94: FILE: mm/compaction.c:583: +^I * end of a zone; it completes when the migrate and free scanner meet. $ total: 1 errors, 0 warnings, 103 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-have-order-0-compaction-start-off-where-it-left.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: Rik van Riel Signed-off-by: Andrew Morton --- mm/compaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/compaction.c b/mm/compaction.c index 3bf66d7b97a8..fe990075eeb9 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -580,7 +580,7 @@ static int compact_finished(struct zone *zone, /* * A full (order == -1) compaction run starts at the beginning and - * end of a zone; it completes when the migrate and free scanner meet. + * end of a zone; it completes when the migrate and free scanner meet. * A partial (order > 0) compaction can start with the free scanner * at a random point in the zone, and may have to restart. */ -- 2.39.5