diff options
author | Kamalesh Babulal <kamalesh.babulal@oracle.com> | 2023-03-04 08:29:23 +0100 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2023-03-08 23:06:06 +0100 |
commit | f89f8e1661e6bef87073ad4934e1eede5f69f4b7 (patch) | |
tree | 7323359cbf1d888fada2502eaac26519e2802609 /security | |
parent | lsm: fix a badly named parameter in security_get_getsecurity() (diff) | |
download | linux-f89f8e1661e6bef87073ad4934e1eede5f69f4b7.tar.xz linux-f89f8e1661e6bef87073ad4934e1eede5f69f4b7.zip |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/device_cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/device_cgroup.c b/security/device_cgroup.c index bef2b9285fb3..7507d14eacc7 100644 --- a/security/device_cgroup.c +++ b/security/device_cgroup.c @@ -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) |