Commit f89f8e16 authored by Kamalesh Babulal's avatar Kamalesh Babulal Committed by Paul Moore
Browse files

device_cgroup: Fix typo in devcgroup_css_alloc description



Fix the stale cgroup.c path in the devcgroup_css_alloc() description.

Signed-off-by: default avatarKamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent b3816cf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)