Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2014 20:37:24 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r274449 - stable/10/sys/dev/cxgbe
Message-ID:  <201411122037.sACKbO5h080850@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) ||



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411122037.sACKbO5h080850>