|WARNING| pw166972 [PATCH 2/3] net/gve: remove unnecessary check for NULL

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 28 16:13:33 CEST 2026


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#108: FILE: drivers/net/gve/gve_rx.c:208:
+			else {
 				rte_pktmbuf_free(ctx->mbuf_head);
+			}

CHECK:BRACES: Unbalanced braces around else statement
#108: FILE: drivers/net/gve/gve_rx.c:208:
+			else {

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


More information about the test-report mailing list