Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Cosmetic changes.



details:   https://anonhg.NetBSD.org/src/rev/1118d422fc18
branches:  trunk
changeset: 482786:1118d422fc18
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Feb 22 02:38:26 2000 +0000

description:
Cosmetic changes.

diffstat:

 sys/dev/ic/i82365.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f70eb3baacac -r 1118d422fc18 sys/dev/ic/i82365.c
--- a/sys/dev/ic/i82365.c       Tue Feb 22 02:35:26 2000 +0000
+++ b/sys/dev/ic/i82365.c       Tue Feb 22 02:38:26 2000 +0000
@@ -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 @@
 }
 
 void
-pcic_power (why, arg)
+pcic_power(why, arg)
        int why;
        void *arg;
 {
@@ -1325,7 +1325,7 @@
        }
 #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);
 }
 



Home | Main Index | Thread Index | Old Index