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 2BD1F430C2 for ; Mon, 21 Aug 2023 13:37:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 16B494325F; Mon, 21 Aug 2023 13:37:47 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 41207427E9 for ; Mon, 21 Aug 2023 13:37:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3C22D1206AB; Mon, 21 Aug 2023 13:37:45 +0200 (CEST) Subject: |WARNING| pw130565 [PATCH v2 02/15] bus/pci: add const to some experimental API In-Reply-To: <20230821113549.3191921-3-david.marchand@redhat.com> References: <20230821113549.3191921-3-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20230821113745.3C22D1206AB@dpdk.org> Date: Mon, 21 Aug 2023 13:37:45 +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/130565 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #98: FILE: drivers/bus/pci/pci_common.c:860: +rte_pci_set_bus_master(const struct rte_pci_device *dev, bool enable) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #120: FILE: drivers/bus/pci/rte_bus_pci.h:102: +int rte_pci_set_bus_master(const struct rte_pci_device *dev, bool enable); total: 0 errors, 2 warnings, 32 lines checked