|WARNING| pw158225 [PATCH 2/3] net/mlx5: fix control flow leakage for external SQ

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 29 17:00:26 CET 2025


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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#346: FILE: drivers/net/mlx5/mlx5_txq.c:1436:
+		DRV_LOG(ERR, "Port %u must be representor or master port in E-Switch mode.",
 		                                             ^^^^^^

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#390: FILE: drivers/net/mlx5/mlx5_txq.c:1496:
+	if ((!priv->representor && !priv->master) ||
 	                                  ^^^^^^

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#392: FILE: drivers/net/mlx5/mlx5_txq.c:1498:
+		DRV_LOG(ERR, "Port %u must be representor or master port in E-Switch mode.",
 		                                             ^^^^^^

total: 0 errors, 3 warnings, 0 checks, 263 lines checked


More information about the test-report mailing list