|WARNING| pw132354 [PATCH] net/netvsc: add support for mtu_set

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 6 01:17:42 CEST 2023


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#287: FILE: drivers/net/netvsc/hn_ethdev.c:1204:
+	if (hn_rndis_get_mtu(hv, &rndis_mtu))
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#289: FILE: drivers/net/netvsc/hn_ethdev.c:1206:
+	else {

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


More information about the test-report mailing list