automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw33320 [PATCH v3 11/24] net/i40e/base: fix NVM lock
       [not found] <1515529822-10732-12-git-send-email-qi.z.zhang@intel.com>
@ 2018-01-10  3:39 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-01-10  3:39 UTC (permalink / raw)
  To: test-report; +Cc: Qi Zhang

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->aq.api_maj_ver > 1'
#40: FILE: drivers/net/i40e/base/i40e_adminq.c:698:
+	if ((hw->aq.api_maj_ver > 1) ||
+	    ((hw->aq.api_maj_ver == 1) &&
+	     (hw->aq.api_min_ver >= 5)))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->aq.api_maj_ver == 1'
#40: FILE: drivers/net/i40e/base/i40e_adminq.c:698:
+	if ((hw->aq.api_maj_ver > 1) ||
+	    ((hw->aq.api_maj_ver == 1) &&
+	     (hw->aq.api_min_ver >= 5)))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->aq.api_min_ver >= 5'
#40: FILE: drivers/net/i40e/base/i40e_adminq.c:698:
+	if ((hw->aq.api_maj_ver > 1) ||
+	    ((hw->aq.api_maj_ver == 1) &&
+	     (hw->aq.api_min_ver >= 5)))

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

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

only message in thread, other threads:[~2018-01-10  3:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1515529822-10732-12-git-send-email-qi.z.zhang@intel.com>
2018-01-10  3:39 ` [dpdk-test-report] |WARNING| pw33320 [PATCH v3 11/24] net/i40e/base: fix NVM lock 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).