From 89e369305187d48c21e543f02d3fb6cd457947d0 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 31 May 2003 18:57:41 +0000 Subject: Remove extra ';' Found by: FlexeLint --- sys/dev/tdfx/tdfx_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/tdfx') diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index 74d382447e113..c715d1a5cb997 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, -- cgit v1.3