aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index ef909a329750..a3b0f24bddbb 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -3610,7 +3610,7 @@ static void __init cgroup_init_subsys(struct cgroup_subsys *ss)
3610 * @ss: the subsystem to load 3610 * @ss: the subsystem to load
3611 * 3611 *
3612 * This function should be called in a modular subsystem's initcall. If the 3612 * This function should be called in a modular subsystem's initcall. If the
3613 * subsytem is built as a module, it will be assigned a new subsys_id and set 3613 * subsystem is built as a module, it will be assigned a new subsys_id and set
3614 * up for use. If the subsystem is built-in anyway, work is delegated to the 3614 * up for use. If the subsystem is built-in anyway, work is delegated to the
3615 * simpler cgroup_init_subsys. 3615 * simpler cgroup_init_subsys.
3616 */ 3616 */