[dpdk-test-report] |WARNING| pw33356 [PATCH 1/8] net/ixgbe/base: add common FW version functions

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 10 09:24:14 CET 2018


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

_coding style issues_


WARNING:TYPO_SPELLING: 'verison' may be misspelled - perhaps 'version'?
#15: 
Added common functions for getting OEM product verison,

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'offset == 0x0'
#52: FILE: drivers/net/ixgbe/base/ixgbe_common.c:5005:
+	if ((offset == 0x0) || (offset == NVM_INVALID_PTR))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'offset == NVM_INVALID_PTR'
#52: FILE: drivers/net/ixgbe/base/ixgbe_common.c:5005:
+	if ((offset == 0x0) || (offset == NVM_INVALID_PTR))

total: 0 errors, 1 warnings, 2 checks, 212 lines checked


More information about the test-report mailing list