From: Andrew Morton Date: Sat, 21 Jul 2012 00:54:13 +0000 (+1000) Subject: mm-have-order-0-compaction-start-off-where-it-left-checkpatch-fixes X-Git-Tag: next-20120725~1^2~207 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=86586e6a04849c8870aea1dde312360d8fbd8e9c;p=karo-tx-linux.git 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 --- 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. */