Author: arybchik
Date: Wed Dec 28 10:43:04 2016
New Revision: 310679
URL: https://svnweb.freebsd.org/changeset/base/310679

Log:
  sfxge(4): cleanup: fix wrong indent
  
  Found by DPDK checkpatch.sh
  
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      2 days

Modified:
  head/sys/dev/sfxge/common/efx_tx.c

Modified: head/sys/dev/sfxge/common/efx_tx.c
==============================================================================
--- head/sys/dev/sfxge/common/efx_tx.c  Wed Dec 28 10:40:21 2016        
(r310678)
+++ head/sys/dev/sfxge/common/efx_tx.c  Wed Dec 28 10:43:04 2016        
(r310679)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to