automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw55409 [PATCH v2 1/2] net/ixgbe: fix lack of ip type for crypto session
       [not found] <20190626132617.10576-2-mariuszx.drost@intel.com>
@ 2019-06-26 13:30 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-06-26 13:30 UTC (permalink / raw)
  To: test-report; +Cc: Mariusz Drost

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <IPv6>
#45: FILE: drivers/net/ixgbe/ixgbe_ipsec.c:157:
+		if (ic_session->dst_ip.type == IPv6) {

CHECK:BRACES: braces {} should be used on all arms of this statement
#45: FILE: drivers/net/ixgbe/ixgbe_ipsec.c:157:
+		if (ic_session->dst_ip.type == IPv6) {
[...]
+		} else if (ic_session->dst_ip.type == IPv4)
[...]

CHECK:CAMELCASE: Avoid CamelCase: <IPv4>
#48: FILE: drivers/net/ixgbe/ixgbe_ipsec.c:160:
+		} else if (ic_session->dst_ip.type == IPv4)

total: 0 errors, 0 warnings, 3 checks, 13 lines checked

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

only message in thread, other threads:[~2019-06-26 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190626132617.10576-2-mariuszx.drost@intel.com>
2019-06-26 13:30 ` [dpdk-test-report] |WARNING| pw55409 [PATCH v2 1/2] net/ixgbe: fix lack of ip type for crypto session 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).