[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_9F7BD0CB08BE82E158610B7568B3EBD96B09@qq.com>
Date: Wed, 10 Sep 2025 09:47:59 +0800
From: Enlin Mu <2277901360@...com>
To: jstultz@...gle.com,
tglx@...utronix.de,
sboyd@...nel.org,
linux-kernel@...r.kernel.org,
enlinmu@...il.com,
enlin.mu@...soc.com,
enlin.mu@...look.com
Subject: [PATCH] clocksource: delete unnecessary comments
From: Enlin Mu <enlin.mu@...soc.com>
The new format is as follows:
clocksource: jiffies mask:0xfff max_cycles:0xffff,max_idle_ns: 7645000 ns
Signed-off-by: Enlin Mu <enlin.mu@...soc.com>
---
kernel/time/clocksource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index 0aef0e349e49..c70880376ec6 100644
--- a/kernel/time/clocksource.c
+++ b/kernel/time/clocksource.c
@@ -1218,7 +1218,7 @@ void __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq
clocksource_update_max_deferment(cs);
- pr_info("%s: mask: 0x%llx max_cycles: 0x%llx, max_idle_ns: %lld ns\n",
+ pr_info("%s mask: 0x%llx max_cycles: 0x%llx, max_idle_ns: %lld ns\n",
cs->name, cs->mask, cs->max_cycles, cs->max_idle_ns);
}
EXPORT_SYMBOL_GPL(__clocksource_update_freq_scale);
--
2.39.5
Powered by blists - more mailing lists