summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
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/dev/fb
parent4966efff7bc9071f04706819e62e1a291d22bcb2 (diff)
downloadFreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.zip
FreeBSD-src-7dd9d470599f145845572ac1f0d4b621c19c1cdb.tar.gz
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/vga.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index 8fc1fd2..ba876fc 100644
--- a/sys/dev/fb/vga.c
+++ b/sys/dev/fb/vga.c
@@ -1537,7 +1537,7 @@ vga_set_mode(video_adapter_t *adp, int mode)
#ifdef VGA_WIDTH90
case M_VGA_C90x60: case M_VGA_M90x60:
set_width90(&params);
- /* FALL THROUGH */
+ /* FALLTHROUGH */
#endif
case M_VGA_C80x60: case M_VGA_M80x60:
params.regs[2] = 0x08;
@@ -1547,7 +1547,7 @@ vga_set_mode(video_adapter_t *adp, int mode)
#ifdef VGA_WIDTH90
case M_VGA_C90x30: case M_VGA_M90x30:
set_width90(&params);
- /* FALL THROUGH */
+ /* FALLTHROUGH */
#endif
case M_VGA_C80x30: case M_VGA_M80x30:
params.regs[19] = 0x4f;
@@ -1564,7 +1564,7 @@ special_480l:
#ifdef VGA_WIDTH90
case M_VGA_C90x43: case M_VGA_M90x43:
set_width90(&params);
- /* FALL THROUGH */
+ /* FALLTHROUGH */
#endif
case M_ENH_C80x43: case M_ENH_B80x43:
params.regs[28] = 87;
@@ -1573,7 +1573,7 @@ special_480l:
#ifdef VGA_WIDTH90
case M_VGA_C90x50: case M_VGA_M90x50:
set_width90(&params);
- /* FALL THROUGH */
+ /* FALLTHROUGH */
#endif
case M_VGA_C80x50: case M_VGA_M80x50:
special_80x50:
@@ -1584,7 +1584,7 @@ special_80x50:
#ifdef VGA_WIDTH90
case M_VGA_C90x25: case M_VGA_M90x25:
set_width90(&params);
- /* FALL THROUGH */
+ /* FALLTHROUGH */
#endif
case M_VGA_C40x25: case M_VGA_C80x25:
case M_VGA_M80x25:
OpenPOWER on IntegriCloud