projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3816cf
)
device_cgroup: Fix typo in devcgroup_css_alloc description
author
Kamalesh Babulal
<kamalesh.babulal@oracle.com>
Sat, 4 Mar 2023 07:29:23 +0000
(12:59 +0530)
committer
Paul Moore
<paul@paul-moore.com>
Wed, 8 Mar 2023 22:06:06 +0000
(17:06 -0500)
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>
security/device_cgroup.c
patch
|
blob
|
history
diff --git
a/security/device_cgroup.c
b/security/device_cgroup.c
index
bef2b92
..
7507d14
100644
(file)
--- 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)