[dpdk-test-report] |WARNING| [PATCH 12/24] net/i40e: parse macvlan filter

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 2 05:14:17 CET 2016


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#177: FILE: drivers/net/i40e/i40e_ethdev.c:10349:
+		if (vlan_mask->tci == rte_cpu_to_be_16(0x0FFF))
[...]
+		else if (vlan_mask->tci == 0x0)
[...]
+		else {
[...]

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


More information about the test-report mailing list