diff options
author | charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
commit | 7dd9d470599f145845572ac1f0d4b621c19c1cdb (patch) | |
tree | 9d932320e38df05718ee72d760a4d0d204431b9b /sys/i4b | |
parent | 4966efff7bc9071f04706819e62e1a291d22bcb2 (diff) | |
download | FreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.zip FreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.tar.gz |
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'sys/i4b')
-rw-r--r-- | sys/i4b/driver/i4b_rbch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i4b/driver/i4b_rbch.c b/sys/i4b/driver/i4b_rbch.c index e948925..ae5ed80 100644 --- a/sys/i4b/driver/i4b_rbch.c +++ b/sys/i4b/driver/i4b_rbch.c @@ -507,7 +507,7 @@ i4brbchioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct thread *td) i4b_l4_dialoutnumber(BDRV_RBCH, unit, l, (char *)data); break; } - /* fall through to SDTR */ + /* FALLTHROUGH to SDTR */ } case TIOCSDTR: /* Set DTR */ |