summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 18:37:30 +0000
committerphk <phk@FreeBSD.org>2003-05-31 18:37:30 +0000
commit632b5e1940b6e9df796d73eb8e10c9b39bb5b58d (patch)
treee11289284c94d8a83b7ef1ad1755873933281e89 /sys
parent76cf08439655818d4fa31c59778fb01850e0744f (diff)
downloadFreeBSD-src-632b5e1940b6e9df796d73eb8e10c9b39bb5b58d.zip
FreeBSD-src-632b5e1940b6e9df796d73eb8e10c9b39bb5b58d.tar.gz
Remove extra ';'
Found by: FlexeLint
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/atkbdc/psm.c2
-rw-r--r--sys/isa/psm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c
index c312dbf..daa3744 100644
--- a/sys/dev/atkbdc/psm.c
+++ b/sys/dev/atkbdc/psm.c
@@ -1499,7 +1499,7 @@ tame_mouse(struct psm_softc *sc, mousestatus_t *status, unsigned char *buf)
buf[7] = (~status->button >> 3) & 0x7f;
return MOUSE_SYS_PACKETSIZE;
}
- return sc->inputbytes;;
+ return sc->inputbytes;
}
static int
diff --git a/sys/isa/psm.c b/sys/isa/psm.c
index c312dbf..daa3744 100644
--- a/sys/isa/psm.c
+++ b/sys/isa/psm.c
@@ -1499,7 +1499,7 @@ tame_mouse(struct psm_softc *sc, mousestatus_t *status, unsigned char *buf)
buf[7] = (~status->button >> 3) & 0x7f;
return MOUSE_SYS_PACKETSIZE;
}
- return sc->inputbytes;;
+ return sc->inputbytes;
}
static int
OpenPOWER on IntegriCloud