From: Andrew Morton Date: Fri, 3 Jan 2014 03:10:27 +0000 (+1100) Subject: kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-checkpatch-fixes X-Git-Tag: next-20140106~2^2~43 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e89e14878bd11072888077a7d62f8e3b096b6e4;p=karo-tx-linux.git kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-checkpatch-fixes 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 Signed-off-by: Andrew Morton --- diff --git a/kernel/kmod.c b/kernel/kmod.c index bb35c99fe95c..ed8e7bd35074 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -211,10 +211,11 @@ static int ____call_usermodehelper(void *data) spin_unlock_irq(¤t->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();