[dpdk-test-report] |WARNING| pw30312 [PATCH v2] net/e1000: correct VLAN tag byte order for i35x LB packets

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 12 19:26:20 CEST 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type == e1000_i350'
#108: FILE: drivers/net/e1000/igb_rxtx.c:2307:
+		if ((hw->mac.type == e1000_i350) ||
+			(hw->mac.type == e1000_i354)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type == e1000_i354'
#108: FILE: drivers/net/e1000/igb_rxtx.c:2307:
+		if ((hw->mac.type == e1000_i350) ||
+			(hw->mac.type == e1000_i354)) {

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


More information about the test-report mailing list