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 <minchan.kim@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
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 */