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; remove unnecessary semi-colon.



details:   https://anonhg.NetBSD.org/src/rev/466d02ba768e
branches:  trunk
changeset: 481658:466d02ba768e
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Feb 03 08:59:20 2000 +0000

description:
Cosmetic changes; remove unnecessary semi-colon.

diffstat:

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

diffs (27 lines):

diff -r 797a31263a1c -r 466d02ba768e sys/dev/ic/i82365.c
--- a/sys/dev/ic/i82365.c       Thu Feb 03 08:52:21 2000 +0000
+++ b/sys/dev/ic/i82365.c       Thu Feb 03 08:59:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82365.c,v 1.38 2000/02/03 06:07:06 chopps Exp $       */
+/*     $NetBSD: i82365.c,v 1.39 2000/02/03 08:59:20 enami Exp $        */
 
 #define        PCICDEBUG
 
@@ -1348,7 +1348,7 @@
 #endif
 
        /* disable interrupts */
-       intr = pcic_read(h, PCIC_INTR);;
+       intr = pcic_read(h, PCIC_INTR);
        intr &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE);
        pcic_write(h, PCIC_INTR, intr);
 
@@ -1450,7 +1450,7 @@
        DPRINTF(("pcic_chip_socket_disable\n"));
 
        /* disable interrupts */
-       intr = pcic_read(h, PCIC_INTR);;
+       intr = pcic_read(h, PCIC_INTR);
        intr &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE);
        pcic_write(h, PCIC_INTR, intr);
 



Home | Main Index | Thread Index | Old Index