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>
This commit is contained in:
Kamalesh Babulal 2023-03-04 12:59:23 +05:30 committed by Paul Moore
parent b3816cf813
commit f89f8e1661

View File

@ -216,7 +216,7 @@ static void devcgroup_offline(struct cgroup_subsys_state *css)
}
/*
* called from kernel/cgroup.c with cgroup_lock() held.
* called from kernel/cgroup/cgroup.c with cgroup_lock() held.
*/
static struct cgroup_subsys_state *
devcgroup_css_alloc(struct cgroup_subsys_state *parent_css)