summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_netmap.c
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2014-11-12 20:37:23 +0000
committernp <np@FreeBSD.org>2014-11-12 20:37:23 +0000
commit99c3f1d7e458169fc5dd5bb6e4551ef30aa82dc8 (patch)
treec4d8cbfd26517a8818f05e1650a4172f8fb7115d /sys/dev/cxgbe/t4_netmap.c
parent2215311d597382c8f8ed4830174b4e7fd017ec7b (diff)
downloadFreeBSD-src-99c3f1d7e458169fc5dd5bb6e4551ef30aa82dc8.zip
FreeBSD-src-99c3f1d7e458169fc5dd5bb6e4551ef30aa82dc8.tar.gz
MFC r271328:
Whitespace nit.
Diffstat (limited to 'sys/dev/cxgbe/t4_netmap.c')
-rw-r--r--sys/dev/cxgbe/t4_netmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/t4_netmap.c b/sys/dev/cxgbe/t4_netmap.c
index 89aef32..a0742d0 100644
--- a/sys/dev/cxgbe/t4_netmap.c
+++ b/sys/dev/cxgbe/t4_netmap.c
@@ -377,7 +377,7 @@ alloc_nm_txq_hwq(struct port_info *pi, struct sge_nm_txq *nm_txq)
nm_txq->pidx = nm_txq->cidx = 0;
MPASS(nm_txq->sidx == na->num_tx_desc);
- nm_txq->equiqidx = nm_txq-> equeqidx = nm_txq->dbidx = 0;
+ nm_txq->equiqidx = nm_txq->equeqidx = nm_txq->dbidx = 0;
nm_txq->doorbells = sc->doorbells;
if (isset(&nm_txq->doorbells, DOORBELL_UDB) ||
OpenPOWER on IntegriCloud