[dpdk-test-report] |WARNING| pw31398 [PATCH 05/53] net/sfc/base: report verify result from RW finish callback

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


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

_coding style issues_


ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#81: FILE: drivers/net/sfc/base/ef10_nvram.c:2373:
+	if ((rc = ef10_nvram_partn_unlock(enp, partn, verify_resultp)) != 0)

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#125: FILE: drivers/net/sfc/base/efx_nvram.c:383:
+	if ((rc = envop->envo_partn_rw_finish(enp, partn, &verify_result)) != 0)

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#246: FILE: drivers/net/sfc/base/siena_nvram.c:596:
+	if ((rc = siena_nvram_partn_unlock(enp, partn, verify_resultp)) != 0)

total: 3 errors, 0 warnings, 0 checks, 203 lines checked


More information about the test-report mailing list