Commit 9a4e715914f07e56cbfa6f2b544a68365d51c3ef

Authored by Ingo Molnar
1 parent d393820446

sched: clean up sd_alloc_ctl_cpu_table() definition

clean up sd_alloc_ctl_cpu_table() definition.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -5466,7 +5466,7 @@
5466 5466 return table;
5467 5467 }
5468 5468  
5469   -static ctl_table * sd_alloc_ctl_cpu_table(int cpu)
  5469 +static ctl_table *sd_alloc_ctl_cpu_table(int cpu)
5470 5470 {
5471 5471 struct ctl_table *entry, *table;
5472 5472 struct sched_domain *sd;