automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31397 [PATCH 08/53] net/sfc/base: simplify NVRAM type to partition mappings
       [not found] <1510819481-6809-9-git-send-email-arybchenko@solarflare.com>
@ 2017-11-16  8:05 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-16  8:05 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'entry->nvtype == type'
#150: FILE: drivers/net/sfc/base/ef10_nvram.c:2194:
+			if ((entry->nvtype == type) &&
+			    (entry->port_mask & (1u << emip->emi_port))) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'entry->partn == partn'
#161: FILE: drivers/net/sfc/base/ef10_nvram.c:2224:
+			if ((entry->partn == partn) &&
+			    (entry->port_mask & (1u << emip->emi_port))) {

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

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

only message in thread, other threads:[~2017-11-16  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1510819481-6809-9-git-send-email-arybchenko@solarflare.com>
2017-11-16  8:05 ` [dpdk-test-report] |WARNING| pw31397 [PATCH 08/53] net/sfc/base: simplify NVRAM type to partition mappings 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).