automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw64474 [PATCH v4 10/36] net/i40e/base: improve AQ log granularity
       [not found] <20200113023949.26718-11-xiaolong.ye@intel.com>
@ 2020-01-13  2:50 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-01-13  2:50 UTC (permalink / raw)
  To: test-report; +Cc: Xiaolong Ye

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'buf_len != 0'
#156: FILE: drivers/net/i40e/base/i40e_common.c:339:
+	if (buffer && (buf_len != 0) && (len != 0) &&
+	    (effective_mask & I40E_DEBUG_AQ_DESC_BUFFER)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'len != 0'
#156: FILE: drivers/net/i40e/base/i40e_common.c:339:
+	if (buffer && (buf_len != 0) && (len != 0) &&
+	    (effective_mask & I40E_DEBUG_AQ_DESC_BUFFER)) {

total: 0 errors, 0 warnings, 2 checks, 76 lines checked

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

only message in thread, other threads:[~2020-01-13  2:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200113023949.26718-11-xiaolong.ye@intel.com>
2020-01-13  2:50 ` [dpdk-test-report] |WARNING| pw64474 [PATCH v4 10/36] net/i40e/base: improve AQ log granularity 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).