[dpdk-test-report] |WARNING| pw48862 [04/20] net/ena: add hw queues depth setup

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 14 14:19:19 CET 2018


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rc != 0'
#227: FILE: drivers/net/ena/ena_ethdev.c:1698:
+	if (unlikely((rc != 0) || (adapter->num_queues <= 0))) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'adapter->num_queues <= 0'
#227: FILE: drivers/net/ena/ena_ethdev.c:1698:
+	if (unlikely((rc != 0) || (adapter->num_queues <= 0))) {

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


More information about the test-report mailing list