Commit 8927f494 authored by Ingo Molnar's avatar Ingo Molnar

sched: style cleanup

fix up __setup() style bug - noticed via checkpatch.pl.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 26797a34
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment