summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-08-25 13:23:09 +0000
committercharnier <charnier@FreeBSD.org>2002-08-25 13:23:09 +0000
commit7dd9d470599f145845572ac1f0d4b621c19c1cdb (patch)
tree9d932320e38df05718ee72d760a4d0d204431b9b /sys/isa
parent4966efff7bc9071f04706819e62e1a291d22bcb2 (diff)
downloadFreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.zip
FreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.tar.gz
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/psm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/isa/psm.c b/sys/isa/psm.c
index 9afb9f3..5e95cb5 100644
--- a/sys/isa/psm.c
+++ b/sys/isa/psm.c
@@ -645,7 +645,7 @@ doinitialize(struct psm_softc *sc, mousemode_t *mode)
if (verbose)
log(LOG_DEBUG, "psm%d: strange result for test aux port (%d).\n",
sc->unit, i);
- /* fall though */
+ /* FALLTHROUGH */
case 0: /* no error */
break;
case -1: /* time out */
@@ -1031,7 +1031,7 @@ psmprobe(device_t dev)
if (verbose)
printf("psm%d: strange result for test aux port (%d).\n",
unit, i);
- /* fall though */
+ /* FALLTHROUGH */
case 0: /* no error */
break;
case -1: /* time out */
@@ -2174,7 +2174,7 @@ psmintr(void *arg)
break;
case 0:
/* device type packet - shouldn't happen */
- /* FALL THROUGH */
+ /* FALLTHROUGH */
default:
x = y = 0;
ms.button = ms.obutton;
OpenPOWER on IntegriCloud