From 64521fa0f5f07d7a6ef21fc88d7948eee5900c98 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 29 Oct 2007 21:18:11 +0100 Subject: [PATCH] --- yaml --- r: 72763 b: refs/heads/master c: 38605cae99d386332df6822a22dba7bfdc8fae1c h: refs/heads/master i: 72761: a2e9aef058f936a22402c5ff370c068961935b34 72759: 4e1db5488566dbf62668106c8c84b5b312c58306 v: v3 --- [refs] | 2 +- trunk/kernel/sched.c | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 456eabe88eba..0b574403d3ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8eb172d9418c9387234a2c9a344131c46b5eea5b +refs/heads/master: 38605cae99d386332df6822a22dba7bfdc8fae1c diff --git a/trunk/kernel/sched.c b/trunk/kernel/sched.c index 6c4abfbd68e6..3f6bd1112900 100644 --- a/trunk/kernel/sched.c +++ b/trunk/kernel/sched.c @@ -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) @@ -7251,13 +7251,13 @@ static int cpu_cgroup_populate(struct cgroup_subsys *ss, struct cgroup *cont) } struct cgroup_subsys cpu_cgroup_subsys = { - .name = "cpu", - .create = cpu_cgroup_create, - .destroy = cpu_cgroup_destroy, - .can_attach = cpu_cgroup_can_attach, - .attach = cpu_cgroup_attach, - .populate = cpu_cgroup_populate, - .subsys_id = cpu_cgroup_subsys_id, + .name = "cpu", + .create = cpu_cgroup_create, + .destroy = cpu_cgroup_destroy, + .can_attach = cpu_cgroup_can_attach, + .attach = cpu_cgroup_attach, + .populate = cpu_cgroup_populate, + .subsys_id = cpu_cgroup_subsys_id, .early_init = 1, };