|WARNING| pw118728 [PATCH v5 09/18] net/mlx5: support DR action template API

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 20 05:24:53 CEST 2022


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!dev->data->dev_started'
#759: FILE: drivers/net/mlx5/mlx5_flow_hw.c:1977:
+	if (unlikely((!dev->data->dev_started))) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1211: FILE: drivers/net/mlx5/mlx5_flow_hw.c:3340:
+		MLX5_ASSERT(priv->master || priv->representor);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1212: FILE: drivers/net/mlx5/mlx5_flow_hw.c:3341:
+		if (priv->master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1216: FILE: drivers/net/mlx5/mlx5_flow_hw.c:3345:
+			 * FDB traffic and forwarding it to the master port.

total: 0 errors, 3 warnings, 1 checks, 1170 lines checked


More information about the test-report mailing list