summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_rrip.c
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/isofs/cd9660/cd9660_rrip.c
parent4966efff7bc9071f04706819e62e1a291d22bcb2 (diff)
downloadFreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.zip
FreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.tar.gz
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'sys/isofs/cd9660/cd9660_rrip.c')
-rw-r--r--sys/isofs/cd9660/cd9660_rrip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/isofs/cd9660/cd9660_rrip.c b/sys/isofs/cd9660/cd9660_rrip.c
index fdcb4f6..88f47fa 100644
--- a/sys/isofs/cd9660/cd9660_rrip.c
+++ b/sys/isofs/cd9660/cd9660_rrip.c
@@ -181,7 +181,7 @@ cd9660_rrip_slink(p,ana)
case ISO_SUSP_CFLAG_CONTINUE:
cont = 1;
- /* fall thru */
+ /* FALLTHROUGH */
case 0:
/* Inserting component */
wlen = isonum_711(pcomp->clen);
@@ -253,7 +253,7 @@ cd9660_rrip_altname(p,ana)
case ISO_SUSP_CFLAG_CONTINUE:
cont = 1;
- /* fall thru */
+ /* FALLTHROUGH */
case 0:
/* Inserting component */
wlen = isonum_711(p->h.length) - 5;
@@ -297,7 +297,7 @@ cd9660_rrip_defname(isodir,ana)
break;
case 1:
*ana->outlen = 2;
- /* FALL THROUGH */
+ /* FALLTHROUGH */
case 0:
/* outlen is 1 already */
strcpy(ana->outbuf,"..");
OpenPOWER on IntegriCloud