From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8DF02A0547 for ; Sun, 23 May 2021 14:08:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7EE5C4003E; Sun, 23 May 2021 14:08:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 217904003C for ; Sun, 23 May 2021 14:08:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 07365122E1E; Sun, 23 May 2021 14:08:22 +0200 (CEST) In-Reply-To: <20210523114609.448092-2-haiyue.wang@intel.com> References: <20210523114609.448092-2-haiyue.wang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Haiyue Wang Message-Id: <20210523120823.07365122E1E@dpdk.org> Date: Sun, 23 May 2021 14:08:22 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93375 [PATCH v6 1/3] bus/pci: set PCI master in command register X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/93375 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #46: Subject: [dpdk-dev] [PATCH v6 1/3] bus/pci: set PCI master in command WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #62: Add the API to set 'Bus Master Enable' bit to be enabled or disabled in WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #83: 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'? #94: FILE: drivers/bus/pci/pci_common.c:761: + cmd = old_cmd | RTE_PCI_COMMAND_MASTER; WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #96: FILE: drivers/bus/pci/pci_common.c:763: + cmd = old_cmd & ~RTE_PCI_COMMAND_MASTER; WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #122: 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'? #127: FILE: drivers/bus/pci/rte_bus_pci.h:258: + * Enable or disable Bus Master. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #133: 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'? #148: FILE: drivers/bus/pci/version.map:26: + rte_pci_set_bus_master; WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #161: 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'? #161: FILE: lib/pci/rte_pci.h:38: +#define RTE_PCI_COMMAND_MASTER 0x4 /* Bus Master Enable */ total: 0 errors, 11 warnings, 71 lines checked