sfxge(4): cleanup: fix wrong indent

Found by DPDK checkpatch.sh

Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
This commit is contained in:
Andrew Rybchenko 2016-12-28 10:43:04 +00:00
parent 85365dfcbf
commit 6d4e783ecb

View File

@ -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;