|WARNING| pw161159 [PATCH v1 08/25] net/ixgbe: use common checks in FDIR filters
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Feb 11 15:22:15 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/161159
_coding style issues_
WARNING:BRACES: braces {} are not necessary for single statement blocks
#372: FILE: drivers/net/intel/ixgbe/ixgbe_flow.c:2481:
+ if (action->type == RTE_FLOW_ACTION_TYPE_DROP) {
+ drop_action = action;
+ }
WARNING:BRACES: braces {} are not necessary for single statement blocks
#383: FILE: drivers/net/intel/ixgbe/ixgbe_flow.c:2492:
+ if (drop_action == NULL && action != NULL && action->type == RTE_FLOW_ACTION_TYPE_DROP) {
+ drop_action = action;
+ }
total: 0 errors, 2 warnings, 0 checks, 362 lines checked
More information about the test-report
mailing list