|WARNING| pw131415 [PATCH v3 02/15] bus/pci: add const to some experimental API
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Sep 14 14:38:27 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/131415
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#99: 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'?
#121: 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