summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/fd.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2007-02-14 00:53:47 +0000
committerjsg <jsg@openbsd.org>2007-02-14 00:53:47 +0000
commit83344e41421b7b24c3a018529e91e580978b87cc (patch)
tree07d05bf79ea9f82571ca07f6e04bd57f9c612f79 /sys/dev/isa/fd.c
parentbus_space does byte swapping to cope with host endianness for us, so remove (diff)
downloadwireguard-openbsd-83344e41421b7b24c3a018529e91e580978b87cc.tar.xz
wireguard-openbsd-83344e41421b7b24c3a018529e91e580978b87cc.zip
Consistently spell FALLTHROUGH to appease lint.
ok kettenis@ cloder@ tom@ henning@
Diffstat (limited to 'sys/dev/isa/fd.c')
-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);