[dpdk-test-report] |WARNING| pw70834 [PATCH 7/8] net/i40e: parse map pattern and action
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 10 09:54:16 CEST 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/70834
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'act->type != RTE_FLOW_ACTION_TYPE_MAP'
#161: FILE: drivers/net/i40e/i40e_flow.c:5078:
+ if ((act->type != RTE_FLOW_ACTION_TYPE_MAP) ||
+ (p_info->action_flag == 0)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'p_info->action_flag == 0'
#161: FILE: drivers/net/i40e/i40e_flow.c:5078:
+ if ((act->type != RTE_FLOW_ACTION_TYPE_MAP) ||
+ (p_info->action_flag == 0)) {
total: 0 errors, 0 warnings, 2 checks, 220 lines checked
More information about the test-report
mailing list