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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 22 16:06:23 CET 2023


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#119: FILE: drivers/net/gve/gve_ethdev.c:129:
+               uint16_t nb_tx_queues, uint16_t nb_rx_queues)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#119: FILE: drivers/net/gve/gve_ethdev.c:129:
+               uint16_t nb_tx_queues, uint16_t nb_rx_queues)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#153: FILE: drivers/net/gve/gve_ethdev.c:163:
+        struct gve_priv *priv = dev->data->dev_private;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#153: FILE: drivers/net/gve/gve_ethdev.c:163:
+        struct gve_priv *priv = dev->data->dev_private;$

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

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

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

total: 4 errors, 3 warnings, 0 checks, 257 lines checked


More information about the test-report mailing list