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