automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw37400 [PATCH v2 10/15] ethdev: refine TPID handling in flow API
       [not found] <20180406131736.19145-11-adrien.mazarguil@6wind.com>
@ 2018-04-06 13:27 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-06 13:27 UTC (permalink / raw)
  To: test-report; +Cc: Adrien Mazarguil

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#409: FILE: drivers/net/enic/enic_flow.c:562:
+			return ENOTSUP;

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#458: FILE: drivers/net/i40e/i40e_flow.c:2512:
+				     (ether_type == ETHER_TYPE_IPv4 ||

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#459: FILE: drivers/net/i40e/i40e_flow.c:2513:
+				      ether_type == ETHER_TYPE_IPv6 ||

total: 0 errors, 1 warnings, 612 lines checked

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

only message in thread, other threads:[~2018-04-06 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180406131736.19145-11-adrien.mazarguil@6wind.com>
2018-04-06 13:27 ` [dpdk-test-report] |WARNING| pw37400 [PATCH v2 10/15] ethdev: refine TPID handling in flow API 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).