[dpdk-test-report] |WARNING| pw93512 [PATCH 13/20] common/sfc_efx/base: add counter creation MCDI wrappers

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 27 17:28:39 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'allocatedp' may be misspelled - perhaps 'allocated'?
#115: FILE: drivers/common/sfc_efx/base/efx.h:4445:
+	__out				uint32_t *n_allocatedp,

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

WARNING:TYPO_SPELLING: 'allocatedp' may be misspelled - perhaps 'allocated'?
#176: FILE: drivers/common/sfc_efx/base/efx_mae.c:2621:
+	__out				uint32_t *n_allocatedp,

WARNING:TYPO_SPELLING: 'allocatedp' may be misspelled - perhaps 'allocated'?
#234: FILE: drivers/common/sfc_efx/base/efx_mae.c:2679:
+	*n_allocatedp = n_allocated;

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#236: FILE: drivers/common/sfc_efx/base/efx_mae.c:2681:
+	return (0);

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

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#314: FILE: drivers/common/sfc_efx/base/efx_mae.c:2759:
+	return (0);

total: 4 errors, 3 warnings, 253 lines checked


More information about the test-report mailing list