|WARNING| pw164369 [PATCH v5 10/27] net/ixgbe: use common checks in FDIR filters

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 25 16:09:42 CEST 2026


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

_coding style issues_


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

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

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


More information about the test-report mailing list