From 9d4b1fa40eddf3e43f01f5a8e33377dbfc7b6505 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 31 May 2003 18:37:30 +0000 Subject: [PATCH] Remove extra ';' Found by: FlexeLint --- sys/dev/atkbdc/psm.c | 2 +- sys/isa/psm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c index c312dbfaa59..daa3744d812 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 c312dbfaa59..daa3744d812 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