svn commit: r271328 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Tue Sep 9 18:36:01 UTC 2014


Author: np
Date: Tue Sep  9 18:36:00 2014
New Revision: 271328
URL: http://svnweb.freebsd.org/changeset/base/271328

Log:
  Whitespace nit.
  
  MFC after:	1 week

Modified:
  head/sys/dev/cxgbe/t4_netmap.c

Modified: head/sys/dev/cxgbe/t4_netmap.c
==============================================================================
--- head/sys/dev/cxgbe/t4_netmap.c	Tue Sep  9 18:17:43 2014	(r271327)
+++ head/sys/dev/cxgbe/t4_netmap.c	Tue Sep  9 18:36:00 2014	(r271328)
@@ -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-head mailing list