Author: arybchik
Date: Fri Dec 30 17:50:02 2016
New Revision: 310838
URL: https://svnweb.freebsd.org/changeset/base/310838

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

Modified:
  stable/11/sys/dev/sfxge/common/efx_tx.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/sfxge/common/efx_tx.c
==============================================================================
--- stable/11/sys/dev/sfxge/common/efx_tx.c     Fri Dec 30 17:47:09 2016        
(r310837)
+++ stable/11/sys/dev/sfxge/common/efx_tx.c     Fri Dec 30 17:50:02 2016        
(r310838)
@@ -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-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to