summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-22 02:44:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-22 02:44:38 +0000
commit87ecdde26e45a0f8ca6e133c64a3235817d18d34 (patch)
tree46d67e93f70c34f7e66bbfb48d695bd6e495807f /sys/dev/pci
parentbdc592e68e2792cb8649493bdc7e829ee6d77bcf (diff)
double ;;. xhci one found by geoffhill
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_ix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c
index b46163ec37a..339ba2bc4f1 100644
--- a/sys/dev/pci/if_ix.c
+++ b/sys/dev/pci/if_ix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ix.c,v 1.151 2017/04/24 13:20:46 jsg Exp $ */
+/* $OpenBSD: if_ix.c,v 1.152 2017/06/22 02:44:37 deraadt Exp $ */
/******************************************************************************
@@ -3417,7 +3417,7 @@ ixgbe_update_stats_counters(struct ix_softc *sc)
void
ixgbe_print_hw_stats(struct ix_softc * sc)
{
- struct ifnet *ifp = &sc->arpcom.ac_if;;
+ struct ifnet *ifp = &sc->arpcom.ac_if;
printf("%s: missed pkts %llu, rx len errs %llu, crc errs %llu, "
"dropped pkts %lu, watchdog timeouts %ld, "