Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic White-space niggle.
details: https://anonhg.NetBSD.org/src/rev/fda6b1b333cf
branches: trunk
changeset: 521462:fda6b1b333cf
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Jan 31 06:37:30 2002 +0000
description:
White-space niggle.
diffstat:
sys/dev/ic/wdc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a25545f8cc1f -r fda6b1b333cf sys/dev/ic/wdc.c
--- a/sys/dev/ic/wdc.c Thu Jan 31 06:35:25 2002 +0000
+++ b/sys/dev/ic/wdc.c Thu Jan 31 06:37:30 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc.c,v 1.109 2002/01/14 21:51:35 bouyer Exp $ */
+/* $NetBSD: wdc.c,v 1.110 2002/01/31 06:37:30 simonb Exp $ */
/*
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.109 2002/01/14 21:51:35 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.110 2002/01/31 06:37:30 simonb Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -799,7 +799,7 @@
u_int8_t sc1, sn1, cl1, ch1;
#endif
/* wait for BSY to deassert */
- for (timeout = 0; timeout < WDCNDELAY_RST;timeout++) {
+ for (timeout = 0; timeout < WDCNDELAY_RST; timeout++) {
if (chp->wdc && chp->wdc->cap & WDC_CAPABILITY_SELECT)
chp->wdc->select(chp,0);
bus_space_write_1(chp->cmd_iot, chp->cmd_ioh, wd_sdh,
Home |
Main Index |
Thread Index |
Old Index