* [dpdk-test-report] |WARNING| pw34572 [PATCH 03/11] net/qede: fix to check if tunnel L3 header is valid
[not found] <1517087735-16191-4-git-send-email-rasesh.mody@cavium.com>
@ 2018-01-29 23:24 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-01-29 23:24 UTC (permalink / raw)
To: test-report; +Cc: Rasesh Mody
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/34572
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#88: FILE: drivers/net/qede/qede_rxtx.c:877:
+ if (ethertype == ETHER_TYPE_IPv4) {
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#98: FILE: drivers/net/qede/qede_rxtx.c:884:
+ } else if (ethertype == ETHER_TYPE_IPv6) {
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 34)
#196: FILE: drivers/net/qede/qede_rxtx.c:1439:
} else {
+ ol_flags |= PKT_RX_IP_CKSUM_GOOD;
total: 0 errors, 1 warnings, 2 checks, 207 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-29 23:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1517087735-16191-4-git-send-email-rasesh.mody@cavium.com>
2018-01-29 23:24 ` [dpdk-test-report] |WARNING| pw34572 [PATCH 03/11] net/qede: fix to check if tunnel L3 header is valid 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).