[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230801072217.103554-1-kamalesh.babulal@oracle.com>
Date: Tue, 1 Aug 2023 12:52:14 +0530
From: Kamalesh Babulal <kamalesh.babulal@...cle.com>
To: Tejun Heo <tj@...nel.org>, Zefan Li <lizefan.x@...edance.com>,
Johannes Weiner <hannes@...xchg.org>
Cc: Tom Hromatka <tom.hromatka@...cle.com>, cgroups@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] cgroup: clean up printk()
Convert the only printk() to use pr_*() helper. No functional change.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@...cle.com>
---
kernel/cgroup/cgroup.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c
index c7aafb59ecf2..33b586db14ef 100644
--- 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))
- printk(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;
--
2.41.0
Powered by blists - more mailing lists