automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Haiyue Wang <haiyue.wang@intel.com>
Subject: [dpdk-test-report] |WARNING| pw92982 [PATCH v5 1/3] bus/pci: set PCI master in command register
Date: Thu,  6 May 2021 06:12:00 +0200 (CEST)	[thread overview]
Message-ID: <20210506041200.965601211A1@dpdk.org> (raw)
In-Reply-To: <20210506034957.46458-2-haiyue.wang@intel.com>

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

_coding style issues_


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

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#63: 
Add the API to set 'Bus Master Enable' bit to be enabled or disabled in

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

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

WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'?
#97: FILE: drivers/bus/pci/pci_common.c:763:
+		cmd = old_cmd & ~RTE_PCI_COMMAND_MASTER;

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

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#128: FILE: drivers/bus/pci/rte_bus_pci.h:258:
+ *    Enable or disable Bus Master.

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#134: FILE: drivers/bus/pci/rte_bus_pci.h:264:
+int rte_pci_set_bus_master(struct rte_pci_device *dev, bool enable);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#149: FILE: drivers/bus/pci/version.map:26:
+	rte_pci_set_bus_master;

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

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

total: 0 errors, 11 warnings, 71 lines checked

           reply	other threads:[~2021-05-06  4:12 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20210506034957.46458-2-haiyue.wang@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210506041200.965601211A1@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=haiyue.wang@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).