diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-07-13 16:06:19 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-07-13 16:06:19 +0000 |
| commit | 439dfb0c35031dec22fd158020a7d8db80e233dc (patch) | |
| tree | 5ae0ee0d1f6cb55886bcac3d19bb30442ca80230 /sys/dev | |
| parent | 64c232e6727e3aa5a1d9ca2904d35a38f3d3c770 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aic7770.c | 2 | ||||
| -rw-r--r-- | sys/dev/mpt/mpt_debug.c | 4 | ||||
| -rw-r--r-- | sys/dev/syscons/scvidctl.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index dfd67bdcc072..d6b35a04f731 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -64,7 +64,7 @@ static int aic7770_suspend(struct ahc_softc *ahc); static int aic7770_resume(struct ahc_softc *ahc); static int aha2840_load_seeprom(struct ahc_softc *ahc); static ahc_device_setup_t ahc_aic7770_VL_setup; -static ahc_device_setup_t ahc_aic7770_EISA_setup;; +static ahc_device_setup_t ahc_aic7770_EISA_setup; static ahc_device_setup_t ahc_aic7770_setup; struct aic7770_identity aic7770_ident_table[] = diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c index bbab51b2da0f..96e35e103b3b 100644 --- a/sys/dev/mpt/mpt_debug.c +++ b/sys/dev/mpt/mpt_debug.c @@ -284,7 +284,7 @@ mpt_state(u_int32_t mb) default: text = "Unknown"; break; } return text; -}; +} void mpt_print_db(u_int32_t mb) @@ -536,7 +536,7 @@ mpt_req_state(enum mpt_req_state state) default: text = "Unknown"; break; } return text; -}; +} static void mpt_dump_sgl(SGE_IO_UNION *su) diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c index 56d7402d014f..8fbb3c78c755 100644 --- a/sys/dev/syscons/scvidctl.c +++ b/sys/dev/syscons/scvidctl.c @@ -92,7 +92,7 @@ typedef struct old_video_adapter_info { u_int va_window; /* virtual address */ size_t va_window_size; size_t va_window_gran; - u_int va_buffer;; + u_int va_buffer; size_t va_buffer_size; int va_initial_mode; int va_initial_bios_mode; |
