|WARNING| pw127376 [PATCH v3 2/4] bus/pci: avoid depending on private value in kernel source

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 25 10:01:12 CEST 2023


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#74: 
[1] https://github.com/torvalds/linux/blob/v6.2/include/linux/vfio_pci_core.h

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#307: FILE: drivers/bus/pci/linux/pci_vfio.c:223:
+pci_vfio_set_bus_master(const struct rte_pci_device *dev, int dev_fd, bool op)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#374: FILE: drivers/bus/pci/linux/pci_vfio.c:534:
+	if (pci_vfio_set_bus_master(dev, vfio_dev_fd, true)) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#489: FILE: drivers/bus/pci/linux/pci_vfio.c:1122:
+	if (pci_vfio_set_bus_master(dev, vfio_dev_fd, false)) {

total: 0 errors, 4 warnings, 428 lines checked


More information about the test-report mailing list