automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw32522 [PATCH 2/4] net/i40e: add null point check and fix mem leak
       [not found] <1513760497-426-2-git-send-email-wang.yong19@zte.com.cn>
@ 2017-12-20  9:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-20  9:17 UTC (permalink / raw)
  To: test-report; +Cc: yong wang

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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#47: FILE: drivers/net/i40e/i40e_ethdev.c:7058:
+		if (NULL == tunnel) {

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#96: FILE: drivers/net/i40e/i40e_ethdev.c:7539:
+		if (NULL == tunnel) {

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#121: FILE: drivers/net/i40e/i40e_ethdev.c:9170:
+		if (NULL == ethertype_filter) {

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#142: FILE: drivers/net/i40e/i40e_fdir.c:1615:
+		if (NULL == fdir_filter) {

total: 0 errors, 4 warnings, 0 checks, 117 lines checked

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

only message in thread, other threads:[~2017-12-20  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1513760497-426-2-git-send-email-wang.yong19@zte.com.cn>
2017-12-20  9:17 ` [dpdk-test-report] |WARNING| pw32522 [PATCH 2/4] net/i40e: add null point check and fix mem leak 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).