|WARNING| pw162980 [PATCH v3 12/29] net/ixgbe: use common checks in FDIR filters

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 10 15:15:58 CEST 2026


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#373: FILE: drivers/net/intel/ixgbe/ixgbe_flow.c:2512:
+	if (action->type == RTE_FLOW_ACTION_TYPE_DROP) {
+		drop_action = action;
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#384: FILE: drivers/net/intel/ixgbe/ixgbe_flow.c:2523:
+	if (drop_action == NULL && action != NULL && action->type == RTE_FLOW_ACTION_TYPE_DROP) {
+		drop_action = action;
+	}

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


More information about the test-report mailing list