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 9F8A642FB1 for ; Tue, 1 Aug 2023 12:31:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D6ED40F16; Tue, 1 Aug 2023 12:31:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7112F40F16 for ; Tue, 1 Aug 2023 12:31:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5DF2A1206A8; Tue, 1 Aug 2023 12:31:51 +0200 (CEST) Subject: |WARNING| pw129787 [[PATCH v1] 3/8] net/rnp: add device init and uninit In-Reply-To: <20230801064346.805294-4-caowenbo@mucse.com> References: <20230801064346.805294-4-caowenbo@mucse.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenbo Cao Message-Id: <20230801103151.5DF2A1206A8@dpdk.org> Date: Tue, 1 Aug 2023 12:31:51 +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/129787 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #135: 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'? #208: 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'? #222: FILE: drivers/net/rnp/rnp_ethdev.c:71: + master_pci->device.numa_node); WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #279: 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:185: + "Isn't Master Ethdev "); WARNING:TYPO_SPELLING: 'Relase' may be misspelled - perhaps 'Release'? #347: FILE: drivers/net/rnp/rnp_ethdev.c:194: + /* Just Relase Not Master Port Alloced By PMD */ WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #347: FILE: drivers/net/rnp/rnp_ethdev.c:194: + /* Just Relase Not Master Port Alloced By PMD */ WARNING:TYPO_SPELLING: 'Alloced' may be misspelled - perhaps 'Allocated'? #347: FILE: drivers/net/rnp/rnp_ethdev.c:194: + /* Just Relase Not Master Port Alloced By PMD */ total: 0 errors, 8 warnings, 0 checks, 339 lines checked