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 40CEB42FF3 for ; Mon, 7 Aug 2023 04:17:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3872B410D3; Mon, 7 Aug 2023 04:17:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2E62F43249 for ; Mon, 7 Aug 2023 04:17:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 277D8120D38; Mon, 7 Aug 2023 04:17:40 +0200 (CEST) Subject: |WARNING| pw129924 [PATCH v5 3/8] net/rnp: add device init and uninit In-Reply-To: <20230807021615.3663034-4-caowenbo@mucse.com> References: <20230807021615.3663034-4-caowenbo@mucse.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenbo Cao Message-Id: <20230807021740.277D8120D38@dpdk.org> Date: Mon, 7 Aug 2023 04:17:40 +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/129924 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #136: FILE: drivers/net/rnp/rnp.h:26: + struct rte_eth_dev *eth_dev; /* master eth_dev */ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #209: FILE: drivers/net/rnp/rnp_ethdev.c:57: +rnp_alloc_eth_port(struct rte_pci_device *master_pci, char *name) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #223: FILE: drivers/net/rnp/rnp_ethdev.c:71: + master_pci->device.numa_node); WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #280: FILE: drivers/net/rnp/rnp_ethdev.c:128: + /* port 0 resource has been alloced When Probe */ WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #338: FILE: drivers/net/rnp/rnp_ethdev.c:184: + "Isn't Master Ethdev "); WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #347: FILE: drivers/net/rnp/rnp_ethdev.c:193: + /* Just Release Not Master Port Alloced By PMD */ WARNING:TYPO_SPELLING: 'Alloced' may be misspelled - perhaps 'Allocated'? #347: FILE: drivers/net/rnp/rnp_ethdev.c:193: + /* Just Release Not Master Port Alloced By PMD */ total: 0 errors, 7 warnings, 0 checks, 339 lines checked