|WARNING| pw109613 [RFC PATCH 3/3] net/mlx5: support enhanced multi-packet write on Windows

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 12 17:02:57 CEST 2022


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#197: FILE: drivers/net/mlx5/windows/mlx5_os.c:229:
+	else if (hca_attr->multi_pkt_send_wqe &&
[...]
+			sh->dev_cap.mps = MLX5_MPW;

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#197: FILE: drivers/net/mlx5/windows/mlx5_os.c:229:
+	}
+	else if (hca_attr->multi_pkt_send_wqe &&

total: 1 errors, 1 warnings, 0 checks, 46 lines checked


More information about the test-report mailing list