[dpdk-test-report] |WARNING| pw65723 [PATCH] net/i40e: fix unchecked return value

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 11 11:10:35 CET 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/65723

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->nb_tx_free < txq->tx_free_thresh'
#69: FILE: drivers/net/i40e/i40e_rxtx.c:1041:
+	if ((txq->nb_tx_free < txq->tx_free_thresh) &&
+	    (i40e_xmit_cleanup(txq) != 0))

total: 0 errors, 0 warnings, 1 checks, 11 lines checked


More information about the test-report mailing list