[dpdk-test-report] |WARNING| pw31402 [PATCH 07/53] net/sfc/base: rename firmware update verify result cap field

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 16 09:05:31 CET 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'encp->enc_nvram_update_verify_result_supported'
#92: FILE: drivers/net/sfc/base/efx_nvram.c:968:
+	if ((encp->enc_nvram_update_verify_result_supported) &&
 	    (verify_result != MC_CMD_NVRAM_VERIFY_RC_SUCCESS)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'verify_result != MC_CMD_NVRAM_VERIFY_RC_SUCCESS'
#92: FILE: drivers/net/sfc/base/efx_nvram.c:968:
+	if ((encp->enc_nvram_update_verify_result_supported) &&
 	    (verify_result != MC_CMD_NVRAM_VERIFY_RC_SUCCESS)) {

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


More information about the test-report mailing list