]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-have-order-0-compaction-start-off-where-it-left-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 21 Jul 2012 00:54:13 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:02:30 +0000 (13:02 +1000)
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 <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/compaction.c

index 3bf66d7b97a8d0aa8ae8e2c75d52e41858150e00..fe990075eeb9dcb7954cf422bb02142244c264ea 100644 (file)
@@ -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.
         */