[dpdk-test-report] |WARNING| pw80512 [PATCH 11/36] net/sfc: use BAR layout discovery to find control window

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 13 15:46:53 CEST 2020


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#158: FILE: drivers/net/sfc/sfc.c:639:
+		return EINVAL;

WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'?
#193: FILE: drivers/net/sfc/sfc.c:1081:
+sfc_pci_config_readd(efsys_pci_config_t *configp, uint32_t offset,

WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'?
#211: FILE: drivers/net/sfc/sfc.c:1099:
+		.epo_config_readd = sfc_pci_config_readd,

WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'?
#211: FILE: drivers/net/sfc/sfc.c:1099:
+		.epo_config_readd = sfc_pci_config_readd,

total: 0 errors, 4 warnings, 0 checks, 143 lines checked


More information about the test-report mailing list