]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cgroup-fix-task-counter-common-ancestor-logic-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 16 Nov 2011 23:41:41 +0000 (10:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 17 Nov 2011 02:57:18 +0000 (13:57 +1100)
Cc: Ben Blum <bblum@andrew.cmu.edu>
WARNING: line over 80 characters
#260: FILE: kernel/cgroup.c:2204:
+ ss->cancel_attach_task(cgrp, tc->oldcgrp, tc->tsk);

total: 0 errors, 1 warnings, 198 lines checked

./patches/cgroup-fix-task-counter-common-ancestor-logic.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: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/cgroup.c

index 19a4faff23316166ee4bcde12bf71640eda0eae3..a610014cc157192ea1032de80394d65d65602f9e 100644 (file)
@@ -2201,7 +2201,8 @@ out_cancel_attach:
                                        tc = flex_array_get(group, i);
                                        if (tc->tsk == failed_task)
                                                break;
-                                       ss->cancel_attach_task(cgrp, tc->oldcgrp, tc->tsk);
+                                       ss->cancel_attach_task(cgrp,
+                                                       tc->oldcgrp, tc->tsk);
                                }
                        }