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) ||
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to