* [dpdk-test-report] |WARNING| pw50610 [13/15] net/enic: fix several issues with inner packet matching
[not found] <20190228070317.17002-14-hyonkim@cisco.com>
@ 2019-02-28 7:07 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-02-28 7:07 UTC (permalink / raw)
To: test-report; +Cc: Hyong Youb Kim
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/50610
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#330: FILE: drivers/net/enic/enic_flow.c:538:
+ return ENOTSUP;
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#403: FILE: drivers/net/enic/enic_flow.c:611:
+ arg->l2_proto_off, rte_cpu_to_be_16(ETHER_TYPE_IPv4), 2);
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#419: FILE: drivers/net/enic/enic_flow.c:627:
+ arg->l2_proto_off, rte_cpu_to_be_16(ETHER_TYPE_IPv6), 2);
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#542: FILE: drivers/net/enic/enic_flow.c:724:
+ return ENOTSUP;
total: 0 errors, 2 warnings, 2 checks, 675 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-28 7:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20190228070317.17002-14-hyonkim@cisco.com>
2019-02-28 7:07 ` [dpdk-test-report] |WARNING| pw50610 [13/15] net/enic: fix several issues with inner packet matching 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).