summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>2000-02-22 02:38:26 +0000
committerenami <enami@NetBSD.org>2000-02-22 02:38:26 +0000
commit32f100250f3880f1a60a3fe1dc5667352e8384ae (patch)
tree31d6979ca0bb6c1d310c118aab6a5175d28be542 /sys/dev
parentb785bb47a01d046c52f6ba02ba6cc5a404d55e4f (diff)
Cosmetic changes.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/i82365.c6
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);
}