[dpdk-test-report] |WARNING| pw66083 [PATCH v1] net/axgbe: add support for Scattered Rx

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 27 07:36:11 CET 2020


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status != AXGBE_L3_CSUM_ERR'
#253: FILE: drivers/net/axgbe/axgbe_rxtx.c:365:
+			if ((error_status != AXGBE_L3_CSUM_ERR)
+					&& (error_status != AXGBE_L4_CSUM_ERR)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status != AXGBE_L4_CSUM_ERR'
#253: FILE: drivers/net/axgbe/axgbe_rxtx.c:365:
+			if ((error_status != AXGBE_L3_CSUM_ERR)
+					&& (error_status != AXGBE_L4_CSUM_ERR)) {

CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#254: FILE: drivers/net/axgbe/axgbe_rxtx.c:366:
+			if ((error_status != AXGBE_L3_CSUM_ERR)
+					&& (error_status != AXGBE_L4_CSUM_ERR)) {

total: 0 errors, 0 warnings, 3 checks, 212 lines checked


More information about the test-report mailing list