From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:13 +0000 (+0200) Subject: sched: style cleanup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8927f49479756c1aff76e8202ad32733c965864f;p=linux-beck.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 7fefd8ab8b58..10b7bedfa35a 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