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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 24 14:17:16 CEST 2020


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

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#311: 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
#373: FILE: drivers/common/sfc_efx/base/efx_mcdi.c:2962:
+	return (rc);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#411: 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