|WARNING| pw129871 [PATCH 02/14] bus/pci: add const to some experimental API
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Aug 3 09:52:19 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/129871
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#96: FILE: drivers/bus/pci/pci_common.c:860:
+rte_pci_set_bus_master(const struct rte_pci_device *dev, bool enable)
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#118: FILE: drivers/bus/pci/rte_bus_pci.h:102:
+int rte_pci_set_bus_master(const struct rte_pci_device *dev, bool enable);
total: 0 errors, 2 warnings, 32 lines checked
More information about the test-report
mailing list