]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Jan 2014 03:10:27 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:27 +0000 (14:10 +1100)
WARNING: line over 80 characters
#67: FILE: kernel/kmod.c:214:
+  * Kthreadd can be restricted to a set of processors if the user wants to

WARNING: line over 80 characters
#69: FILE: kernel/kmod.c:216:
+  * we do not want to disturb the other processors here either so we start

WARNING: line over 80 characters
#70: FILE: kernel/kmod.c:217:
+  * the usermode helper threads only on the processors allowed for kthreadd.

total: 0 errors, 3 warnings, 44 lines checked

./patches/kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2.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: Christoph Lameter <cl@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/kmod.c

index bb35c99fe95ca04abb8ca0a9efd13c67fb1021b3..ed8e7bd35074a3a45148a33bc7897a96fef359e6 100644 (file)
@@ -211,10 +211,11 @@ static int ____call_usermodehelper(void *data)
        spin_unlock_irq(&current->sighand->siglock);
 
        /*
-        * Kthreadd can be restricted to a set of processors if the user wants to
-        * protect other processors from OS latencies. If that has happened then
-        * we do not want to disturb the other processors here either so we start
-        * the usermode helper threads only on the processors allowed for kthreadd.
+        * Kthreadd can be restricted to a set of processors if the user wants
+        * to protect other processors from OS latencies. If that has happened
+        * then we do not want to disturb the other processors here either so we
+        * start the usermode helper threads only on the processors allowed for
+        * kthreadd.
         */
        set_kthreadd_affinity();