mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 14:45:14 +00:00
sched: fix style in kernel/sched.c
fallout of recent commits: small coding style fixes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
8eb172d941
commit
38605cae99
1 changed files with 9 additions and 9 deletions
|
@ -5365,7 +5365,7 @@ static struct ctl_table sd_ctl_dir[] = {
|
|||
.procname = "sched_domain",
|
||||
.mode = 0555,
|
||||
},
|
||||
{0,},
|
||||
{0, },
|
||||
};
|
||||
|
||||
static struct ctl_table sd_ctl_root[] = {
|
||||
|
@ -5375,7 +5375,7 @@ static struct ctl_table sd_ctl_root[] = {
|
|||
.mode = 0555,
|
||||
.child = sd_ctl_dir,
|
||||
},
|
||||
{0,},
|
||||
{0, },
|
||||
};
|
||||
|
||||
static struct ctl_table *sd_alloc_ctl_entry(int n)
|
||||
|
|
Loading…
Add table
Reference in a new issue