summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-10 23:07:00 +0000
committerpfg <pfg@FreeBSD.org>2016-04-10 23:07:00 +0000
commitb63211eed5e20b9ad1b7649373ab39eff72e2521 (patch)
treef9ef37d6819baa5fad7e8d8d09e679def3577aa7 /sys/pc98/cbus
parentbadebc350a608060082d5f1b86f3038714a7d433 (diff)
downloadFreeBSD-src-b63211eed5e20b9ad1b7649373ab39eff72e2521.zip
FreeBSD-src-b63211eed5e20b9ad1b7649373ab39eff72e2521.tar.gz
Cleanup unnecessary semicolons from the kernel.
Found with devel/coccinelle.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/olpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c
index 9aa8212..983ec07 100644
--- a/sys/pc98/cbus/olpt.c
+++ b/sys/pc98/cbus/olpt.c
@@ -420,7 +420,7 @@ lptopen (struct cdev *dev, int flags, int fmt, struct thread *td)
lprintf(("irq %x\n", sc->sc_irq));
if (sc->sc_irq & LP_USE_IRQ) {
sc->sc_state |= TOUT;
- sc->sc_backoff = hz / LPTOUTINITIAL;;
+ sc->sc_backoff = hz / LPTOUTINITIAL;
callout_reset(&sc->timer, sc->sc_backoff, lptout, sc);
}
OpenPOWER on IntegriCloud