From 7dd9d470599f145845572ac1f0d4b621c19c1cdb Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 25 Aug 2002 13:23:09 +0000 Subject: Replace various spelling with FALLTHROUGH which is lint()able --- sys/i4b/driver/i4b_rbch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i4b') 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 */ -- cgit v1.1