[dpdk-test-report] |WARNING| pw23442 [PATCH] net/tap: add support for fixed mac addresses

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Apr 10 20:20:18 CEST 2017


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#100: FILE: drivers/net/tap/rte_eth_tap.c:1242:
+		if (fixed_mac_type) {
[...]
+		} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#109: FILE: drivers/net/tap/rte_eth_tap.c:1251:
+		} else

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


More information about the test-report mailing list