diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/tdfx/tdfx_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index 74d3824..c715d1a 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -754,7 +754,7 @@ tdfx_do_query(u_int cmd, struct tdfx_pio_data *piod) printf("Bad Sub-cmd: 0x%x\n", _IOC_NR(cmd)); #endif return -EINVAL; - }; + } } static int @@ -770,7 +770,7 @@ tdfx_do_pio(u_int cmd, struct tdfx_pio_data *piod) break; default: return -EINVAL; - }; + } } /* Calls to ioctl(2) eventually end up here. Unhandled ioctls return an ENXIO, |