Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 1/4] hwclock: remove two comments about parameters that no longer exist
@ 2025-04-06 15:21 Benno Schulenberg
  2025-04-06 15:21 ` [PATCH 2/4] textual: fix a mistruncated message, and fix a typo Benno Schulenberg
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Benno Schulenberg @ 2025-04-06 15:21 UTC (permalink / raw)
  To: util-linux

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 | 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.
- *
- * <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,
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-04-08 11:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06 15:21 [PATCH 1/4] hwclock: remove two comments about parameters that no longer exist Benno Schulenberg
2025-04-06 15:21 ` [PATCH 2/4] textual: fix a mistruncated message, and fix a typo Benno Schulenberg
2025-04-06 15:21 ` [PATCH 3/4] zramctl: restore normal description indentations in the usage text Benno Schulenberg
2025-04-06 15:21 ` [PATCH 4/4] zramctl: (man) mention the required arguments for -p and -r Benno Schulenberg
2025-04-08 11:44 ` [PATCH 1/4] hwclock: remove two comments about parameters that no longer exist Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox