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 3280D430C1 for ; Mon, 21 Aug 2023 13:37:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A69C42FB2; Mon, 21 Aug 2023 13:37:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EC83A427E9 for ; Mon, 21 Aug 2023 13:37:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DDC881206AB; Mon, 21 Aug 2023 13:37:49 +0200 (CEST) Subject: |WARNING| pw130564 [PATCH v2 01/15] drivers: remove duplicated PCI master control In-Reply-To: <20230821113549.3191921-2-david.marchand@redhat.com> References: <20230821113549.3191921-2-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20230821113749.DDC881206AB@dpdk.org> Date: Mon, 21 Aug 2023 13:37:49 +0200 (CEST) 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 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