[dpdk-test-report] |WARNING| pw78267 [PATCH 27/60] common/sfc_efx/base: move TxQ init/fini wrappers to generic

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 22 10:54:37 CEST 2020


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

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#309: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:2900:
+	if (MC_CMD_INIT_TXQ_IN_LEN(npages) > sizeof (payload)) {

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#371: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:2962:
+	return (rc);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#409: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:3000:
+	return (rc);

total: 2 errors, 1 warnings, 301 lines checked


More information about the test-report mailing list