[dpdk-test-report] |WARNING| pw79636 [PATCH v2 19/56] net/txgbe: add unicast hash bitmap

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 5 14:17:15 CEST 2020


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for any arm of this statement
#160: FILE: drivers/net/txgbe/txgbe_ethdev.c:1154:
+	if (uta_info->uta_in_use > 0) {
[...]
+	} else {
[...]

WARNING:BRACES: braces {} are not necessary for any arm of this statement
#197: FILE: drivers/net/txgbe/txgbe_ethdev.c:1191:
+	if (on) {
[...]
+	} else {
[...]

total: 0 errors, 2 warnings, 0 checks, 170 lines checked


More information about the test-report mailing list