automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw130564 [PATCH v2 01/15] drivers: remove duplicated PCI master control
       [not found] <20230821113549.3191921-2-david.marchand@redhat.com>
@ 2023-08-21 11:37 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-08-21 11:37 UTC (permalink / raw)
  To: test-report; +Cc: David Marchand

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

_coding style issues_


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

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#139: 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'?
#196: 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'?
#205: 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'?
#248: 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'?
#280: 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'?
#281: 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-21 11:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230821113549.3191921-2-david.marchand@redhat.com>
2023-08-21 11:37 ` |WARNING| pw130564 [PATCH v2 01/15] drivers: remove duplicated PCI master control checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).