From 266911ea3a9cce0b5d32eb246b63a87796b6b3d4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 6 Apr 2025 17:21:44 +0200 Subject: [PATCH] hwclock: remove two comments about parameters that no longer exist Commit 336f7c5f68 from nine years ago removed the 'universal' and 'testing' parameters of do_adjustment() but forgot to update the leading comment. Signed-off-by: Benno Schulenberg --- sys-utils/hwclock.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 9977e0600..7ae7fca11 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -943,11 +943,6 @@ done: * Hardware clock set time is subtracted from read_time to 'refer back', or * delay, the trigger point. Fractional parts must be accounted for in this * way, because the Hardware Clock can only be set to a whole second. - * - * : the Hardware Clock is kept in UTC. - * - * : We are running in test mode (no updating of clock). - * */ static void do_adjustment(const struct hwclock_control *ctl, struct adjtime *adjtime_p, -- 2.47.3