diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:13 -0400 |
commit | 8927f49479756c1aff76e8202ad32733c965864f (patch) | |
tree | b0a50524fd81c693da37645ac63ffbc13424746a /kernel/sched.c | |
parent | 26797a34a24cfeab9951a6f42f27432c0b2546af (diff) |
sched: style cleanup
fix up __setup() style bug - noticed via checkpatch.pl.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
5680 | return 1; | 5680 | return 1; |
5681 | } | 5681 | } |
5682 | 5682 | ||
5683 | __setup ("isolcpus=", isolated_cpu_setup); | 5683 | __setup("isolcpus=", isolated_cpu_setup); |
5684 | 5684 | ||
5685 | /* | 5685 | /* |
5686 | * init_sched_build_groups takes the cpumask we wish to span, and a pointer | 5686 | * init_sched_build_groups takes the cpumask we wish to span, and a pointer |