Skip to content

Commit f89f8e1

Browse files
kamalesh-babulalpcmoore
authored andcommitted
device_cgroup: Fix typo in devcgroup_css_alloc description
Fix the stale cgroup.c path in the devcgroup_css_alloc() description. Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent b3816cf commit f89f8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/device_cgroup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ static void devcgroup_offline(struct cgroup_subsys_state *css)
216216
}
217217

218218
/*
219-
* called from kernel/cgroup.c with cgroup_lock() held.
219+
* called from kernel/cgroup/cgroup.c with cgroup_lock() held.
220220
*/
221221
static struct cgroup_subsys_state *
222222
devcgroup_css_alloc(struct cgroup_subsys_state *parent_css)

0 commit comments

Comments
 (0)