diff options
author | 2013-01-14 00:47:53 +0000 | |
---|---|---|
committer | 2013-01-14 00:47:53 +0000 | |
commit | e4c56da4ab14eb0c88a995068a433607e102719b (patch) | |
tree | 7a5a781981cbdb997b55c2951f4c0261771898e9 /sys | |
parent | More informative error message. (diff) | |
download | wireguard-openbsd-e4c56da4ab14eb0c88a995068a433607e102719b.tar.xz wireguard-openbsd-e4c56da4ab14eb0c88a995068a433607e102719b.zip |
;; is a long way of saying ;
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_myx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c index a960902aeae..a9b51c2eb45 100644 --- a/sys/dev/pci/if_myx.c +++ b/sys/dev/pci/if_myx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_myx.c,v 1.31 2012/11/29 21:10:32 brad Exp $ */ +/* $OpenBSD: if_myx.c,v 1.32 2013/01/14 00:47:53 dlg Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org> @@ -1375,7 +1375,7 @@ myx_start(struct ifnet *ifp) struct myx_tx_desc txd; struct myx_softc *sc = ifp->if_softc; bus_dmamap_t map; - bus_dmamap_t zmap = sc->sc_zerodma.mxm_map;; + bus_dmamap_t zmap = sc->sc_zerodma.mxm_map; struct myx_buf *mb; struct mbuf *m; u_int32_t offset = sc->sc_tx_ring_offset; |