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 DE49742F9A for ; Tue, 1 Aug 2023 09:24:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA16643251; Tue, 1 Aug 2023 09:24:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 750C2400D5 for ; Tue, 1 Aug 2023 09:24:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 728031206A8; Tue, 1 Aug 2023 09:24:22 +0200 (CEST) Subject: |WARNING| pw129774 [[PATCH v1] 3/8] net/rnp: add device init and uninit In-Reply-To: <20230801072157.836745-1-caowenbo@mucse.com> References: <20230801072157.836745-1-caowenbo@mucse.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenbo Cao Message-Id: <20230801072422.728031206A8@dpdk.org> Date: Tue, 1 Aug 2023 09:24:22 +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/129774 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #133: 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'? #206: 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'? #220: FILE: drivers/net/rnp/rnp_ethdev.c:71: + master_pci->device.numa_node); WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #277: 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'? #336: FILE: drivers/net/rnp/rnp_ethdev.c:185: + "Isn't Master Ethdev "); WARNING:TYPO_SPELLING: 'Relase' may be misspelled - perhaps 'Release'? #345: 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'? #345: 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'? #345: 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