svn commit: r274449 - stable/10/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Wed Nov 12 20:37:24 UTC 2014
Author: np
Date: Wed Nov 12 20:37:23 2014
New Revision: 274449
URL: https://svnweb.freebsd.org/changeset/base/274449
Log:
MFC r271328:
Whitespace nit.
Modified:
stable/10/sys/dev/cxgbe/t4_netmap.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/cxgbe/t4_netmap.c
==============================================================================
--- stable/10/sys/dev/cxgbe/t4_netmap.c Wed Nov 12 20:26:50 2014 (r274448)
+++ stable/10/sys/dev/cxgbe/t4_netmap.c Wed Nov 12 20:37:23 2014 (r274449)
@@ -377,7 +377,7 @@ alloc_nm_txq_hwq(struct port_info *pi, s
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) ||
More information about the svn-src-all
mailing list