From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:13 +0000 (+0200) Subject: sched: style cleanup X-Git-Tag: kvm-47~17^2~1^2~43 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8927f49479756c1aff76e8202ad32733c965864f;p=users%2Fdwmw2%2Flinux.git sched: style cleanup fix up __setup() style bug - noticed via checkpatch.pl. Signed-off-by: Ingo Molnar --- diff --git a/kernel/sched.c b/kernel/sched.c index 7fefd8ab8b58b..10b7bedfa35a5 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -5680,7 +5680,7 @@ static int __init isolated_cpu_setup(char *str) return 1; } -__setup ("isolcpus=", isolated_cpu_setup); +__setup("isolcpus=", isolated_cpu_setup); /* * init_sched_build_groups takes the cpumask we wish to span, and a pointer