diff options
| author | enami <enami@NetBSD.org> | 2000-02-22 02:38:26 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 2000-02-22 02:38:26 +0000 |
| commit | 32f100250f3880f1a60a3fe1dc5667352e8384ae (patch) | |
| tree | 31d6979ca0bb6c1d310c118aab6a5175d28be542 /sys/dev | |
| parent | b785bb47a01d046c52f6ba02ba6cc5a404d55e4f (diff) | |
Cosmetic changes.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/i82365.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index 8fecfbc9552..02138e74064 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82365.c,v 1.48 2000/02/21 20:16:22 dbj Exp $ */ +/* $NetBSD: i82365.c,v 1.49 2000/02/22 02:38:26 enami Exp $ */ #define PCICDEBUG @@ -256,7 +256,7 @@ pcic_attach_sockets(sc) } void -pcic_power (why, arg) +pcic_power(why, arg) int why; void *arg; { @@ -1325,7 +1325,7 @@ pcic_delay(h, timo, wmesg) } #endif DPRINTF(("pcic_delay: \"%s\" %p, sleep %d ms\n", - wmesg, h->event_thread, timo)); + wmesg, h->event_thread, timo)); tsleep(pcic_delay, PWAIT, wmesg, roundup(timo * hz, 1000) / 1000); } |
