|WARNING| pw139205 [PATCH v8 6/8] net/tap: use libbpf to load new BPF program

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 9 05:44:04 CEST 2024


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#483: FILE: drivers/net/tap/tap_flow.c:868:
+	else {
 		return -1;
 	}

CHECK:BRACES: Unbalanced braces around else statement
#483: FILE: drivers/net/tap/tap_flow.c:868:
+	else {

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


More information about the test-report mailing list