|WARNING| pw129870 [PATCH 01/14] drivers: remove duplicated PCI master control

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 3 09:52:21 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#50: 
Subject: [PATCH 01/14] drivers: remove duplicated PCI master control

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#136: FILE: drivers/bus/pci/linux/pci_uio.c:272:
+		if (rte_pci_set_bus_master(dev, true)) {

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

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

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#245: FILE: drivers/net/hns3/hns3_ethdev_vf.c:2120:
+		ret = rte_pci_set_bus_master(pci_dev, true);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#277: FILE: drivers/net/ngbe/base/ngbe_hw.c:1066:
+	if (rte_pci_set_bus_master(pci_dev, enable) < 0) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#278: FILE: drivers/net/ngbe/base/ngbe_hw.c:1067:
+		DEBUGOUT("Cannot configure PCI bus master
");

total: 0 errors, 7 warnings, 0 checks, 181 lines checked


More information about the test-report mailing list