[dpdk-test-report] |WARNING| pw55154 [PATCH v4 2/3] net/ice: add generic flow API

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 21 08:17:33 CEST 2019


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '~fields'
#700: FILE: drivers/net/ice/ice_generic_flow.c:526:
+	if ((~fields) | (fields & (~inset))) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '~inset'
#700: FILE: drivers/net/ice/ice_generic_flow.c:526:
+	if ((~fields) | (fields & (~inset))) {

CHECK:BRACES: Unbalanced braces around else statement
#829: FILE: drivers/net/ice/ice_generic_flow.c:655:
+	} else

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


More information about the test-report mailing list