* [dpdk-test-report] |WARNING| pw22866 [PATCH v4 3/4] net/i40e: add MPLS parsing function
[not found] <1490846875-30484-4-git-send-email-beilei.xing@intel.com>
@ 2017-03-30 6:08 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-30 6:08 UTC (permalink / raw)
To: test-report; +Cc: Beilei Xing
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/22866
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoUDP>
#33: FILE: drivers/net/i40e/i40e_ethdev.h:546:
+ I40E_TUNNEL_TYPE_MPLSoUDP,
CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoGRE>
#34: FILE: drivers/net/i40e/i40e_ethdev.h:547:
+ I40E_TUNNEL_TYPE_MPLSoGRE,
CHECK:BRACES: braces {} should be used on all arms of this statement
#125: 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
#136: 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-30 6:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1490846875-30484-4-git-send-email-beilei.xing@intel.com>
2017-03-30 6:08 ` [dpdk-test-report] |WARNING| pw22866 [PATCH v4 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).