You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sched: style cleanup
fix up __setup() style bug - noticed via checkpatch.pl. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user