[dpdk-test-report] |WARNING| pw67984 [PATCH v3 18/30] net/ena: refactor getting IO queues capabilities

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 8 10:33:22 CEST 2020


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rc != 0'
#296: 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'
#296: 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