[dpdk-test-report] |WARNING| pw27919 [PATCH 5/7] net/i40e: add FDIR support for GTP-C and GTP-U

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 12:30:35 CEST 2017


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#248: FILE: drivers/net/i40e/i40e_flow.c:2672:
+				if (udp_dst_port == rte_cpu_to_be_16(2123))
[...]
+				else if (udp_dst_port == rte_cpu_to_be_16(2152))
[...]
+				else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#252: FILE: drivers/net/i40e/i40e_flow.c:2676:
+				else {

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


More information about the test-report mailing list