|WARNING| pw130565 [PATCH v2 02/15] bus/pci: add const to some experimental API
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Aug 21 13:37:45 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/130565
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#98: 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'?
#120: 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