automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw91916 [PATCH v1 1/3] bus/pci: enable PCI master in command register
       [not found] <20210421050243.130585-2-haiyue.wang@intel.com>
@ 2021-04-21  5:22 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-04-21  5:22 UTC (permalink / raw)
  To: test-report; +Cc: Haiyue Wang

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#45: 
Subject: [dpdk-dev] [PATCH v1 1/3] bus/pci: enable PCI master in command

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#61: 
This adds the support to set 'Bus Master Enable' bit in the PCI command

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#81: FILE: drivers/bus/pci/pci_common.c:750:
+rte_pci_enable_bus_master(struct rte_pci_device *dev)

WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'?
#90: FILE: drivers/bus/pci/pci_common.c:759:
+	cmd |= RTE_PCI_COMMAND_MASTER;

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#112: FILE: drivers/bus/pci/rte_bus_pci.h:253:
+ * Enables Bus Master for device's PCI command register.

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#121: FILE: drivers/bus/pci/rte_bus_pci.h:262:
+int rte_pci_enable_bus_master(struct rte_pci_device *dev);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#134: FILE: drivers/bus/pci/version.map:23:
+	rte_pci_enable_bus_master;

WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'?
#148: FILE: lib/librte_pci/rte_pci.h:38:
+#define RTE_PCI_COMMAND_MASTER	0x4	/* Bus Master Enable */

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#148: FILE: lib/librte_pci/rte_pci.h:38:
+#define RTE_PCI_COMMAND_MASTER	0x4	/* Bus Master Enable */

total: 0 errors, 9 warnings, 60 lines checked

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

only message in thread, other threads:[~2021-04-21  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210421050243.130585-2-haiyue.wang@intel.com>
2021-04-21  5:22 ` [dpdk-test-report] |WARNING| pw91916 [PATCH v1 1/3] bus/pci: enable PCI master in command register 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).