svn commit: r310837 - stable/10/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Fri Dec 30 17:47:10 UTC 2016
Author: arybchik
Date: Fri Dec 30 17:47:09 2016
New Revision: 310837
URL: https://svnweb.freebsd.org/changeset/base/310837
Log:
MFC r310679
sfxge(4): cleanup: fix wrong indent
Found by DPDK checkpatch.sh
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/common/efx_tx.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/sfxge/common/efx_tx.c
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_tx.c Fri Dec 30 17:43:47 2016 (r310836)
+++ stable/10/sys/dev/sfxge/common/efx_tx.c Fri Dec 30 17:47:09 2016 (r310837)
@@ -329,7 +329,7 @@ efx_tx_qcreate(
if ((rc = etxop->etxo_qcreate(enp, index, label, esmp,
n, id, flags, eep, etp, addedp)) != 0)
- goto fail2;
+ goto fail2;
enp->en_tx_qcount++;
*etpp = etp;
More information about the svn-src-stable-10
mailing list