]> 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>
Thu, 8 Dec 2011 04:42:40 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Dec 2011 07:35:29 +0000 (18:35 +1100)
commitaef589ecbbf1d14e0c91e975997ec170805e886f
tree1fcd9f938f2d74d53278a37de8daf577f93cbd83
parent440213b9c5028fe185500003296fd10cb3ccf660
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