summaryrefslogtreecommitdiffstats
path: root/sys/dev/mps
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2010-12-06 10:24:06 +0000
committerkevlo <kevlo@FreeBSD.org>2010-12-06 10:24:06 +0000
commit92646cacc6dce04db13c04ea2f6e943f5242ca41 (patch)
tree21ee4a3ea32e64723188e28ec4a75f5fea143248 /sys/dev/mps
parentf2bb89e063b90afc60f9711fb7e86c220e354b40 (diff)
downloadFreeBSD-src-92646cacc6dce04db13c04ea2f6e943f5242ca41.zip
FreeBSD-src-92646cacc6dce04db13c04ea2f6e943f5242ca41.tar.gz
Fix double ;;
Diffstat (limited to 'sys/dev/mps')
-rw-r--r--sys/dev/mps/mps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mps/mps.c b/sys/dev/mps/mps.c
index 1fb37e2..61cbaa6 100644
--- a/sys/dev/mps/mps.c
+++ b/sys/dev/mps/mps.c
@@ -1282,7 +1282,7 @@ mps_dispatch_event(struct mps_softc *sc, uintptr_t data,
MPI2_EVENT_NOTIFICATION_REPLY *reply)
{
struct mps_event_handle *eh;
- int event, handled = 0;;
+ int event, handled = 0;
event = reply->Event;
TAILQ_FOREACH(eh, &sc->event_list, eh_list) {
OpenPOWER on IntegriCloud