automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw22491 [PATCH v3 3/4] net/i40e: add MPLS parsing function
       [not found] <1490683208-38096-4-git-send-email-beilei.xing@intel.com>
@ 2017-03-28 12:27 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-28 12:27 UTC (permalink / raw)
  To: test-report; +Cc: Beilei Xing

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoUDP>
#34: FILE: drivers/net/i40e/i40e_ethdev.h:545:
+	I40E_TUNNEL_TYPE_MPLSoUDP,

CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoGRE>
#35: FILE: drivers/net/i40e/i40e_ethdev.h:546:
+	I40E_TUNNEL_TYPE_MPLSoGRE,

CHECK:BRACES: braces {} should be used on all arms of this statement
#126: FILE: drivers/net/i40e/i40e_flow.c:1570:
+		if (*(mask + j) == 0) {
[...]
+		} else if (*(mask + j) == UINT8_MAX) {
[...]
+		} else if (*(mask + j) == 0xF0) {
[...]
+		} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#137: FILE: drivers/net/i40e/i40e_flow.c:1581:
+		} else

total: 0 errors, 0 warnings, 4 checks, 278 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-28 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1490683208-38096-4-git-send-email-beilei.xing@intel.com>
2017-03-28 12:27 ` [dpdk-test-report] |WARNING| pw22491 [PATCH v3 3/4] net/i40e: add MPLS parsing function checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).