Commit 38605cae authored by Ingo Molnar's avatar Ingo Molnar

sched: fix style in kernel/sched.c

fallout of recent commits: small coding style fixes.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8eb172d9
...@@ -5365,7 +5365,7 @@ static struct ctl_table sd_ctl_dir[] = { ...@@ -5365,7 +5365,7 @@ static struct ctl_table sd_ctl_dir[] = {
.procname = "sched_domain", .procname = "sched_domain",
.mode = 0555, .mode = 0555,
}, },
{0,}, {0, },
}; };
static struct ctl_table sd_ctl_root[] = { static struct ctl_table sd_ctl_root[] = {
...@@ -5375,7 +5375,7 @@ static struct ctl_table sd_ctl_root[] = { ...@@ -5375,7 +5375,7 @@ static struct ctl_table sd_ctl_root[] = {
.mode = 0555, .mode = 0555,
.child = sd_ctl_dir, .child = sd_ctl_dir,
}, },
{0,}, {0, },
}; };
static struct ctl_table *sd_alloc_ctl_entry(int n) static struct ctl_table *sd_alloc_ctl_entry(int n)
......
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