diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-05-30 18:26:37 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-05-30 18:26:37 +0000 |
| commit | f720694bc39de395c3876cff5e8492238f249bfe (patch) | |
| tree | e81dc6db74231d58b69309157a36da391439a944 /sys/dev/bce | |
| parent | f1150521113d5d4169b56b0813791f06aeebc01c (diff) | |
Notes
Diffstat (limited to 'sys/dev/bce')
| -rw-r--r-- | sys/dev/bce/if_bce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 14bfcb992f4d..750fee2fca03 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; |
