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 4099C42B11 for ; Mon, 15 May 2023 11:43:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C56640395; Mon, 15 May 2023 11:43:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2032B40395 for ; Mon, 15 May 2023 11:43:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 14A59120565; Mon, 15 May 2023 11:43:17 +0200 (CEST) Subject: |WARNING| pw126852 [PATCH v2 2/4] bus/pci: avoid depending on private value in kernel source In-Reply-To: <20230515094124.722431-3-miao.li@intel.com> References: <20230515094124.722431-3-miao.li@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Miao Li Message-Id: <20230515094317.14A59120565@dpdk.org> Date: Mon, 15 May 2023 11:43:17 +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/126852 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #75: [1] https://github.com/torvalds/linux/blob/v6.2/include/linux/vfio_pci_core.h WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #308: FILE: drivers/bus/pci/linux/pci_vfio.c:223: +pci_vfio_set_bus_master(const struct rte_pci_device *dev, int dev_fd, bool op) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #375: FILE: drivers/bus/pci/linux/pci_vfio.c:534: + if (pci_vfio_set_bus_master(dev, vfio_dev_fd, true)) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #481: FILE: drivers/bus/pci/linux/pci_vfio.c:1122: + if (pci_vfio_set_bus_master(dev, vfio_dev_fd, false)) { total: 0 errors, 4 warnings, 420 lines checked