summaryrefslogtreecommitdiffstats
path: root/hwclock/kd.c
diff options
context:
space:
mode:
authorKarel Zak2007-03-21 15:05:58 +0100
committerKarel Zak2007-03-21 15:05:58 +0100
commit9abb26854c5f185683ba7bd812bb5076cedc8f0e (patch)
tree8d7101ca0d504ee7e88a382210f20838fd256af0 /hwclock/kd.c
parenthwclock: add support for audit system (diff)
downloadkernel-qcow2-util-linux-9abb26854c5f185683ba7bd812bb5076cedc8f0e.tar.gz
kernel-qcow2-util-linux-9abb26854c5f185683ba7bd812bb5076cedc8f0e.tar.xz
kernel-qcow2-util-linux-9abb26854c5f185683ba7bd812bb5076cedc8f0e.zip
hwclock: remove tailing white-spaces and clean up clock.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'hwclock/kd.c')
-rw-r--r--hwclock/kd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwclock/kd.c b/hwclock/kd.c
index b9f8d74d5..6be5fabd0 100644
--- a/hwclock/kd.c
+++ b/hwclock/kd.c
@@ -44,7 +44,7 @@ static int
synchronize_to_clock_tick_kd(void) {
/*----------------------------------------------------------------------------
Wait for the top of a clock tick by calling KDGHWCLK in a busy loop until
- we see it.
+ we see it.
-----------------------------------------------------------------------------*/
int i;
@@ -58,7 +58,7 @@ synchronize_to_clock_tick_kd(void) {
outsyserr(_("KDGHWCLK ioctl to read time failed"));
return 3;
}
-
+
i = 0;
do {
/* Added by Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> */
@@ -95,7 +95,7 @@ read_hardware_clock_kd(struct tm *tm) {
Read the hardware clock and return the current time via <tm>
argument. Use ioctls to /dev/tty1 on what we assume is an m68k
machine.
-
+
Note that we don't use /dev/console here. That might be a serial
console.
-----------------------------------------------------------------------------*/