aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/vga.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:23:09 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:23:09 +0000
commit93b0017f88462f9af15368440324aa3be58eb18f (patch)
tree9d932320e38df05718ee72d760a4d0d204431b9b /sys/dev/fb/vga.c
parent7fed38d0a00297914313d5b57f3fae8ef7d4e627 (diff)
downloadsrc-93b0017f88462f9af15368440324aa3be58eb18f.tar.gz
src-93b0017f88462f9af15368440324aa3be58eb18f.zip
Replace various spelling with FALLTHROUGH which is lint()able
Notes
Notes: svn path=/head/; revision=102412
Diffstat (limited to 'sys/dev/fb/vga.c')
-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 8fc1fd287332..ba876fc7480e 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: