]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: remove two comments about parameters that no longer exist
authorBenno Schulenberg <bensberg@telfort.nl>
Sun, 6 Apr 2025 15:21:44 +0000 (17:21 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Apr 2025 10:37:27 +0000 (12:37 +0200)
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 <bensberg@telfort.nl>
sys-utils/hwclock.c

index 9977e0600173b0f1f94bc616af311255d4038767..7ae7fca11892b2480723e2dccdc0abc2533cc734 100644 (file)
@@ -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.
- *
- * <universal>: the Hardware Clock is kept in UTC.
- *
- * <testing>:  We are running in test mode (no updating of clock).
- *
  */
 static void
 do_adjustment(const struct hwclock_control *ctl, struct adjtime *adjtime_p,