diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
| commit | 93b0017f88462f9af15368440324aa3be58eb18f (patch) | |
| tree | 9d932320e38df05718ee72d760a4d0d204431b9b /sys/dev/syscons/scvidctl.c | |
| parent | 7fed38d0a00297914313d5b57f3fae8ef7d4e627 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/scvidctl.c')
| -rw-r--r-- | sys/dev/syscons/scvidctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c index 9e142d044d2f..8a7656b5fb76 100644 --- a/sys/dev/syscons/scvidctl.c +++ b/sys/dev/syscons/scvidctl.c @@ -608,7 +608,7 @@ sc_vid_ioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct thread * case SW_TEXT_80x25: case SW_TEXT_80x30: case SW_TEXT_80x43: case SW_TEXT_80x50: case SW_TEXT_80x60: - /* FALL THROUGH */ + /* FALLTHROUGH */ /* VGA TEXT MODES */ case SW_VGA_C40x25: @@ -690,7 +690,7 @@ sc_vid_ioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct thread * (*vidsw[adp->va_index]->set_hw_cursor)(adp, -1, -1); #endif - /* FALL THROUGH */ + /* FALLTHROUGH */ case KD_TEXT1: /* switch to TEXT (known) mode */ /* |
