Date: Tue, 9 Sep 2014 18:36:00 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271328 - head/sys/dev/cxgbe Message-ID: <201409091836.s89Ia0qC017018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) ||
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409091836.s89Ia0qC017018>