summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-12-31 22:07:58 +0000
committerthorpej <thorpej@NetBSD.org>2001-12-31 22:07:58 +0000
commit6ca57419d163681d7be22e4c865165ec1835ea0e (patch)
treeacb4480cc333dbfbcd89162b1e562f87af5d5a22 /sys/dev
parentf9df4d877e90a367f8b42fb1606249d1d10a2eb1 (diff)
Labels must be followed by statements.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/cs89x0isa.c5
-rw-r--r--sys/dev/mca/edc_mca.c6
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/dev/isa/cs89x0isa.c b/sys/dev/isa/cs89x0isa.c
index 6da61eeef2a..da2cf322d6f 100644
--- a/sys/dev/isa/cs89x0isa.c
+++ b/sys/dev/isa/cs89x0isa.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cs89x0isa.c,v 1.2 2001/11/26 19:55:38 yamt Exp $ */
+/* $NetBSD: cs89x0isa.c,v 1.3 2001/12/31 22:07:58 thorpej Exp $ */
/*
* Copyright 1997
@@ -36,7 +36,7 @@
/* isa dma routines for cs89x0 */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs89x0isa.c,v 1.2 2001/11/26 19:55:38 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs89x0isa.c,v 1.3 2001/12/31 22:07:58 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -115,6 +115,7 @@ cs_isa_dma_attach(struct cs_softc *sc)
sc->sc_cfgflags |= CFGFLG_DMA_MODE;
isc->sc_dmaaddr = dma_addr;
after_dma_block:
+ ;
}
}
diff --git a/sys/dev/mca/edc_mca.c b/sys/dev/mca/edc_mca.c
index 9923cd1136e..35a18f34a24 100644
--- a/sys/dev/mca/edc_mca.c
+++ b/sys/dev/mca/edc_mca.c
@@ -1,4 +1,4 @@
-/* $NetBSD: edc_mca.c,v 1.14 2001/12/06 21:04:27 jdolecek Exp $ */
+/* $NetBSD: edc_mca.c,v 1.15 2001/12/31 22:09:27 thorpej Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: edc_mca.c,v 1.14 2001/12/06 21:04:27 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: edc_mca.c,v 1.15 2001/12/31 22:09:27 thorpej Exp $");
#include "rnd.h"
@@ -194,7 +194,7 @@ edc_mca_attach(parent, self, aux)
typestr = "IBM Integ. ESDI Fixed Disk & Controller";
break;
default:
- /* never reached */
+ /* never reached */ ;
}
irq = ESDIC_IRQ;