summaryrefslogtreecommitdiffstats
path: root/sys/dev/et/if_et.c
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2009-11-19 21:46:58 +0000
committeryongari <yongari@FreeBSD.org>2009-11-19 21:46:58 +0000
commit73e4fc54176ce73d23a2ea8765235dfdfca5f258 (patch)
tree3a925bc99a008b697d567cac70fce1693ee5f68d /sys/dev/et/if_et.c
parent16c3f5116048eb97b6cf8fc71db77ebf33213a55 (diff)
downloadFreeBSD-src-73e4fc54176ce73d23a2ea8765235dfdfca5f258.zip
FreeBSD-src-73e4fc54176ce73d23a2ea8765235dfdfca5f258.tar.gz
Remove extra spce at the EOL.
Diffstat (limited to 'sys/dev/et/if_et.c')
-rw-r--r--sys/dev/et/if_et.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/et/if_et.c b/sys/dev/et/if_et.c
index e6e5d60..d3ea9fc 100644
--- a/sys/dev/et/if_et.c
+++ b/sys/dev/et/if_et.c
@@ -1358,7 +1358,7 @@ et_free_rx_ring(struct et_softc *sc)
struct et_rxbuf *rb = &rbd->rbd_buf[i];
if (rb->rb_mbuf != NULL) {
- bus_dmamap_unload(sc->sc_mbuf_dtag,
+ bus_dmamap_unload(sc->sc_mbuf_dtag,
rb->rb_dmap);
m_freem(rb->rb_mbuf);
rb->rb_mbuf = NULL;
OpenPOWER on IntegriCloud