|WARNING| pw164279 [PATCH v4 09/26] net/ixgbe: use common checks in FDIR filters

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 22 17:15:23 CEST 2026


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#410: 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
#421: 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