summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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