projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3fdeeb
)
cgroup: clean up printk()
author
Kamalesh Babulal
<kamalesh.babulal@oracle.com>
Tue, 1 Aug 2023 07:22:14 +0000
(12:52 +0530)
committer
Tejun Heo
<tj@kernel.org>
Wed, 2 Aug 2023 19:36:24 +0000
(09:36 -1000)
Convert the only printk() to use pr_*() helper. No functional change.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c
patch
|
blob
|
history
diff --git
a/kernel/cgroup/cgroup.c
b/kernel/cgroup/cgroup.c
index c7aafb59ecf240d916af205b51aac586dab494cc..33b586db14ef19d8c638526731e95e976c1775b5 100644
(file)
--- a/
kernel/cgroup/cgroup.c
+++ b/
kernel/cgroup/cgroup.c
@@
-6086,8
+6086,8
@@
int __init cgroup_init(void)
continue;
if (cgroup1_ssid_disabled(ssid))
- pr
intk(KERN_INFO
"Disabling %s control group subsystem in v1 mounts\n",
- ss->name);
+ pr
_info(
"Disabling %s control group subsystem in v1 mounts\n",
+
ss->name);
cgrp_dfl_root.subsys_mask |= 1 << ss->id;