summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-10-16 21:43:40 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-10-16 21:43:40 +0000
commit12123c65b426f190f521b902bf0727e9890ee108 (patch)
treeeb852e82633ae6d1c1310a4aeca381cf46ebafd3 /sys
parent9df89065d82b0ce32667a491df7ce0cf95f4e8d6 (diff)
minor formatting.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/wdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c
index 58e0d0b4882..ccdf9dcc4cc 100644
--- a/sys/dev/ic/wdc.c
+++ b/sys/dev/ic/wdc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdc.c,v 1.53 2002/10/09 23:43:11 krw Exp $ */
+/* $OpenBSD: wdc.c,v 1.54 2002/10/16 21:43:39 art Exp $ */
/* $NetBSD: wdc.c,v 1.68 1999/06/23 19:00:17 bouyer Exp $ */
@@ -1047,7 +1047,7 @@ __wdcwait_reset(chp, drv_mask)
u_int8_t st0, st1;
/* wait for BSY to deassert */
- for (timeout = 0; timeout < WDCNDELAY_RST;timeout++) {
+ for (timeout = 0; timeout < WDCNDELAY_RST; timeout++) {
wdc_set_drive(chp, 0);
delay(10);
st0 = CHP_READ_REG(chp, wdr_status);