From: Benno Schulenberg Date: Sun, 6 Apr 2025 15:21:44 +0000 (+0200) Subject: hwclock: remove two comments about parameters that no longer exist X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=266911ea3a9cce0b5d32eb246b63a87796b6b3d4;p=thirdparty%2Futil-linux.git 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 --- 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,