]>
git.kernelconcepts.de Git - karo-tx-linux.git/commit
memcg-relax-memcg-iter-caching-checkpatch-fixes
ERROR: code indent should use tabs where possible
#135: FILE: mm/memcontrol.c:1135:
+ * If the dead_count mismatches, a destruction$
ERROR: code indent should use tabs where possible
#136: FILE: mm/memcontrol.c:1136:
+ * has happened or is happening concurrently.$
ERROR: code indent should use tabs where possible
#137: FILE: mm/memcontrol.c:1137:
+ * If the dead_count matches, a destruction$
ERROR: code indent should use tabs where possible
#138: FILE: mm/memcontrol.c:1138:
+ * might still happen concurrently, but since$
ERROR: code indent should use tabs where possible
#139: FILE: mm/memcontrol.c:1139:
+ * we checked under RCU, that destruction$
ERROR: code indent should use tabs where possible
#140: FILE: mm/memcontrol.c:1140:
+ * won't free the object until we release the$
ERROR: code indent should use tabs where possible
#141: FILE: mm/memcontrol.c:1141:
+ * RCU reader lock. Thus, the dead_count$
ERROR: code indent should use tabs where possible
#142: FILE: mm/memcontrol.c:1142:
+ * check verifies the pointer is still valid,$
ERROR: code indent should use tabs where possible
#143: FILE: mm/memcontrol.c:1143:
+ * css_tryget() verifies the cgroup pointed to$
ERROR: code indent should use tabs where possible
#144: FILE: mm/memcontrol.c:1144:
+ * is alive.$
total: 10 errors, 0 warnings, 130 lines checked
NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
scripts/cleanfile
./patches/memcg-relax-memcg-iter-caching.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: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>