[dpdk-test-report] |WARNING| pw67601 [PATCH v2 16/29] net/ena: refactor getting IO queues capabilities

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 1 16:25:51 CEST 2020


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rc != 0'
#295: FILE: drivers/net/ena/ena_ethdev.c:1770:
+	if (unlikely((rc != 0) || (max_num_io_queues == 0))) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'max_num_io_queues == 0'
#295: FILE: drivers/net/ena/ena_ethdev.c:1770:
+	if (unlikely((rc != 0) || (max_num_io_queues == 0))) {

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


More information about the test-report mailing list