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 78324A034C for ; Mon, 30 May 2022 11:23:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 736AC42B92; Mon, 30 May 2022 11:23:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6F55642B88 for ; Mon, 30 May 2022 11:23:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 61686120945; Mon, 30 May 2022 11:23:32 +0200 (CEST) Subject: |WARNING| pw112038 [PATCH 6/9] net/ngbe: change PCIe related operations to use rte API In-Reply-To: <20220530093016.16326-7-jiawenwu@trustnetic.com> References: <20220530093016.16326-7-jiawenwu@trustnetic.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jiawen Wu Message-Id: <20220530092332.61686120945@dpdk.org> Date: Mon, 30 May 2022 11:23:32 +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/112038 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #59: master, there is a small probability that mailbox cannot respond. WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #99: FILE: drivers/net/ngbe/base/ngbe_hw.c:1075: + reg |= PCI_COMMAND_MASTER; WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #102: FILE: drivers/net/ngbe/base/ngbe_hw.c:1077: + reg &= ~PCI_COMMAND_MASTER; WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #131: FILE: drivers/net/ngbe/base/ngbe_osdep.h:185: +#define PCI_COMMAND_MASTER 0x4 total: 0 errors, 4 warnings, 0 checks, 57 lines checked