commit | 8927f49479756c1aff76e8202ad32733c965864f | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:13 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:13 2007 +0200 |
tree | b0a50524fd81c693da37645ac63ffbc13424746a | |
parent | 26797a34a24cfeab9951a6f42f27432c0b2546af [diff] [blame] |
sched: style cleanup fix up __setup() style bug - noticed via checkpatch.pl. Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/kernel/sched.c b/kernel/sched.c index 7fefd8a..10b7bed 100644 --- a/kernel/sched.c +++ b/kernel/sched.c
@@ -5680,7 +5680,7 @@ 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