From 13976d6da2c957a3752a98a326e1a76b7f276f6a Mon Sep 17 00:00:00 2001 From: kmacy Date: Sun, 13 Jan 2008 22:33:49 +0000 Subject: style nit --- sys/dev/cxgb/cxgb_sge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/cxgb/cxgb_sge.c') diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c index 763fe37..b1e56aa 100644 --- a/sys/dev/cxgb/cxgb_sge.c +++ b/sys/dev/cxgb/cxgb_sge.c @@ -2472,7 +2472,8 @@ init_cluster_mbuf(caddr_t cl, int flags, int type, uma_zone_t zone) struct mbuf *m; int header_size; - header_size = sizeof(struct m_hdr) + sizeof(struct pkthdr) + sizeof(struct m_ext_) + sizeof(uint32_t); + header_size = sizeof(struct m_hdr) + sizeof(struct pkthdr) + + sizeof(struct m_ext_) + sizeof(uint32_t); bzero(cl, header_size); m = (struct mbuf *)cl; -- cgit v1.1