]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm-vmscan-distinguish-between-memcg-triggering-reclaim-and-memcg-being-scanned-checkp...
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 30 Nov 2011 04:11:54 +0000 (15:11 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 04:14:02 +0000 (15:14 +1100)
commit97f475f0eba0154217b48d0bd5edeeda0c2733f9
treeb59580e5f10fdf5e942326f595f31d522e6c1fd0
parent99c8e2d37fc6fcecff7fe0fe9ec9a8d8838eea89
mm-vmscan-distinguish-between-memcg-triggering-reclaim-and-memcg-being-scanned-checkpatch-fixes

Cc: Balbir Singh <bsingharora@gmail.com>
WARNING: suspect code indent for conditional statements (16, 20)
#421: FILE: mm/vmscan.c:1843:
+ if (inactive_list_is_low(mz, file))
+     shrink_active_list(nr_to_scan, mz, sc, priority, file);

total: 0 errors, 1 warnings, 599 lines checked

./patches/mm-vmscan-distinguish-between-memcg-triggering-reclaim-and-memcg-being-scanned.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: Johannes Weiner <jweiner@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c