Skip to content

Commit

Permalink
sched: style cleanup
Browse files Browse the repository at this point in the history
fix up __setup() style bug - noticed via checkpatch.pl.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent 26797a3 commit 8927f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8927f49

Please sign in to comment.