automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw76236 [PATCH v1 33/42] net/txgbe: add EEPROM info get operation
       [not found] <20200901115113.1529675-33-jiawenwu@trustnetic.com>
@ 2020-09-08 23:28 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-09-08 23:28 UTC (permalink / raw)
  To: test-report; +Cc: Jiawen Wu

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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#129: FILE: drivers/net/txgbe/base/txgbe_hw.c:752:
+			return 0;
+		} else {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'alt_san_mac_blk_offset == 0'
#202: FILE: drivers/net/txgbe/base/txgbe_hw.c:1171:
+	if ((alt_san_mac_blk_offset == 0) ||
+	    (alt_san_mac_blk_offset == 0xFFFF))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'alt_san_mac_blk_offset == 0xFFFF'
#202: FILE: drivers/net/txgbe/base/txgbe_hw.c:1171:
+	if ((alt_san_mac_blk_offset == 0) ||
+	    (alt_san_mac_blk_offset == 0xFFFF))

WARNING:BRACES: braces {} are not necessary for single statement blocks
#215: FILE: drivers/net/txgbe/base/txgbe_hw.c:1184:
+	if (hw->rom.read16(hw, offset, wwnn_prefix)) {
+		DEBUGOUT("eeprom read at offset %d failed", offset);
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#370: FILE: drivers/net/txgbe/txgbe_ethdev.c:333:
+	if (hw->mac.acquire_swfw_sync(hw, mask) < 0) {
+		PMD_DRV_LOG(DEBUG, "SWFW common locks released");
+	}

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'first > hw->rom.word_size'
#422: FILE: drivers/net/txgbe/txgbe_ethdev.c:2200:
+	if ((first > hw->rom.word_size) ||
+	    ((first + length) > hw->rom.word_size))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'first > hw->rom.word_size'
#442: FILE: drivers/net/txgbe/txgbe_ethdev.c:2220:
+	if ((first > hw->rom.word_size) ||
+	    ((first + length) > hw->rom.word_size))

total: 0 errors, 3 warnings, 4 checks, 427 lines checked

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

only message in thread, other threads:[~2020-09-08 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200901115113.1529675-33-jiawenwu@trustnetic.com>
2020-09-08 23:28 ` [dpdk-test-report] |WARNING| pw76236 [PATCH v1 33/42] net/txgbe: add EEPROM info get operation 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).