summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-05-30 18:26:37 +0000
committerjhb <jhb@FreeBSD.org>2008-05-30 18:26:37 +0000
commita6e6fbab6fee844f28f63ca80ba1714026fb33b7 (patch)
treee81dc6db74231d58b69309157a36da391439a944 /sys/dev
parent22b9a01cf581ab96550a0c8b4324082292003e87 (diff)
downloadFreeBSD-src-a6e6fbab6fee844f28f63ca80ba1714026fb33b7.zip
FreeBSD-src-a6e6fbab6fee844f28f63ca80ba1714026fb33b7.tar.gz
Trim an extra semi-colon.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/bce/if_bce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c
index 14bfcb9..750fee2 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -779,7 +779,7 @@ bce_attach(device_t dev)
#ifdef BCE_USE_SPLIT_HEADER
sc->rx_bd_mbuf_alloc_size = MHLEN;
#else
- sc->rx_bd_mbuf_alloc_size = MCLBYTES;;
+ sc->rx_bd_mbuf_alloc_size = MCLBYTES;
#endif
sc->pg_bd_mbuf_alloc_size = MCLBYTES;
OpenPOWER on IntegriCloud