Whitespace nit.

MFC after:	1 week
This commit is contained in:
Navdeep Parhar 2014-09-09 18:36:00 +00:00
parent 07509279d3
commit 4309e7b020
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271328

View File

@ -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) ||