Skip to content

Commit af3bf05

Browse files
RichardWeiYanghtejun
authored andcommitted
cgroup: fix a typo in comment
In commit 8699b77 ("cgroup: s/child_subsys_mask/subtree_ss_mask/"), we rename child_subsys_mask to subtree_ss_mask. While it missed to rename this in comment. Signed-off-by: Wei Yang <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 8291471 commit af3bf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/cgroup-defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ struct cgroup {
413413
/*
414414
* The bitmask of subsystems enabled on the child cgroups.
415415
* ->subtree_control is the one configured through
416-
* "cgroup.subtree_control" while ->child_ss_mask is the effective
416+
* "cgroup.subtree_control" while ->subtree_ss_mask is the effective
417417
* one which may have more subsystems enabled. Controller knobs
418418
* are made available iff it's enabled in ->subtree_control.
419419
*/

0 commit comments

Comments
 (0)