提交 8927f494 编写于 作者: I Ingo Molnar

sched: style cleanup

fix up __setup() style bug - noticed via checkpatch.pl.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 26797a34
...@@ -5680,7 +5680,7 @@ static int __init isolated_cpu_setup(char *str) ...@@ -5680,7 +5680,7 @@ static int __init isolated_cpu_setup(char *str)
return 1; 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 * init_sched_build_groups takes the cpumask we wish to span, and a pointer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册