[dpdk-test-report] |WARNING| pw29524 [PATCH v2 3/6] net/mlx4: support multi-segments Tx

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 3 12:50:32 CEST 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'elts == NULL'
#374: FILE: drivers/net/mlx4/mlx4_txq.c:92:
+	if ((elts == NULL) || (txq->bounce_buf == NULL)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->bounce_buf == NULL'
#374: FILE: drivers/net/mlx4/mlx4_txq.c:92:
+	if ((elts == NULL) || (txq->bounce_buf == NULL)) {

total: 0 errors, 0 warnings, 2 checks, 342 lines checked


More information about the test-report mailing list