summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-02-14 00:53:49 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-02-14 00:53:49 +0000
commit60ae46e6e1480384e517df60d57e8da1680a7f9b (patch)
treef7fc0ca493af9bd455475951a0565f9ea7f4b4af /sys/dev/isa
parent6904b8f563e3d0b1dfdb40c340fc7a22a019f6b5 (diff)
Consistently spell FALLTHROUGH to appease lint.
ok kettenis@ cloder@ tom@ henning@
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/fd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c
index eaaf04a3ceb..89722be6b6e 100644
--- a/sys/dev/isa/fd.c
+++ b/sys/dev/isa/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.58 2006/12/21 02:28:47 krw Exp $ */
+/* $OpenBSD: fd.c,v 1.59 2007/02/14 00:53:48 jsg Exp $ */
/* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */
/*-
@@ -669,7 +669,7 @@ loop:
/* Make sure the right drive is selected. */
fd_set_motor(fdc, 0);
- /* fall through */
+ /* FALLTHROUGH */
case DOSEEK:
doseek:
if (fd->sc_cylin == bp->b_cylinder)
@@ -842,7 +842,7 @@ loop:
(void) fdcresult(fdc);
}
- /* fall through */
+ /* FALLTHROUGH */
case DORECAL:
out_fdc(iot, ioh, NE7CMD_RECAL); /* recal function */
out_fdc(iot, ioh, fd->sc_drive);