automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw53500 [PATCH 1/1] net/e1000: set/clear GO_LINKD bit only if PHY reset is not blocked
       [not found] <20190516214535.90650-2-shweta.choudaha@gmail.com>
@ 2019-05-16 21:47 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-05-16 21:47 UTC (permalink / raw)
  To: test-report; +Cc: Shweta Choudaha

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type >= e1000_82580'
#46: FILE: drivers/net/e1000/igb_ethdev.c:1520:
+	if ((hw->mac.type >= e1000_82580) &&
+	    (e1000_check_reset_block(hw) != E1000_BLK_PHY_RESET)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type >= e1000_82580'
#58: FILE: drivers/net/e1000/igb_ethdev.c:1596:
+	if ((hw->mac.type >= e1000_82580) &&
+	    (e1000_check_reset_block(hw) != E1000_BLK_PHY_RESET)) {

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

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

only message in thread, other threads:[~2019-05-16 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190516214535.90650-2-shweta.choudaha@gmail.com>
2019-05-16 21:47 ` [dpdk-test-report] |WARNING| pw53500 [PATCH 1/1] net/e1000: set/clear GO_LINKD bit only if PHY reset is not blocked 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).