|WARNING| pw135323 [PATCH] net/gve: Enable stats reporting for GQ format

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 19 03:14:14 CET 2023


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#151: FILE: drivers/net/gve/gve_ethdev.c:161:
+        rte_memzone_free(priv->stats_report_mem);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#151: FILE: drivers/net/gve/gve_ethdev.c:161:
+        rte_memzone_free(priv->stats_report_mem);$

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#199: FILE: drivers/net/gve/gve_ethdev.c:257:
+	if (gve_is_gqi(priv))
+	{

total: 2 errors, 1 warnings, 0 checks, 161 lines checked


More information about the test-report mailing list