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

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <IPv6>
#44: 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
#44: 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>
#47: 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-04 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190604100644.13724-2-mariuszx.drost@intel.com>
2019-06-04 10:11 ` [dpdk-test-report] |WARNING| pw54349 [PATCH 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).