Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 17:50:02 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r310838 - stable/11/sys/dev/sfxge/common
Message-ID:  <201612301750.uBUHo2da010425@repo.freebsd.org>

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



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