From 08fb15b9719164df3ffec8abc5c490a396ebb4f2 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 28 Sep 2011 10:50:19 +1000 Subject: [PATCH] mm-compaction-compact-unevictable-pages-checkpatch-fixes ERROR: need consistent spacing around '|' (ctx:VxW) #67: FILE: mm/compaction.c:264: + isolate_mode_t mode = ISOLATE_ACTIVE| ISOLATE_INACTIVE | ^ total: 1 errors, 0 warnings, 36 lines checked ./patches/mm-compaction-compact-unevictable-pages.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: Minchan Kim 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 0e572d1b9889..12c3b62e814e 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -261,7 +261,7 @@ static isolate_migrate_t isolate_migratepages(struct zone *zone, unsigned long last_pageblock_nr = 0, pageblock_nr; unsigned long nr_scanned = 0, nr_isolated = 0; struct list_head *migratelist = &cc->migratepages; - isolate_mode_t mode = ISOLATE_ACTIVE| ISOLATE_INACTIVE | + isolate_mode_t mode = ISOLATE_ACTIVE | ISOLATE_INACTIVE | ISOLATE_UNEVICTABLE; /* Do not scan outside zone boundaries */ -- 2.39.5