Skip to content

Commit 55a5956

Browse files
kamalesh-babulalhtejun
authored andcommitted
cgroup: clean up printk()
Convert the only printk() to use pr_*() helper. No functional change. Signed-off-by: Kamalesh Babulal <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent a3fdeeb commit 55a5956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/cgroup/cgroup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6086,8 +6086,8 @@ int __init cgroup_init(void)
60866086
continue;
60876087

60886088
if (cgroup1_ssid_disabled(ssid))
6089-
printk(KERN_INFO "Disabling %s control group subsystem in v1 mounts\n",
6090-
ss->name);
6089+
pr_info("Disabling %s control group subsystem in v1 mounts\n",
6090+
ss->name);
60916091

60926092
cgrp_dfl_root.subsys_mask |= 1 << ss->id;
60936093

0 commit comments

Comments
 (0)