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 7B7F845FD7 for ; Fri, 3 Jan 2025 16:06:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73DCC402D7; Fri, 3 Jan 2025 16:06:37 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A2FE8402B4 for ; Fri, 3 Jan 2025 16:06:36 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4CF18121D87; Fri, 3 Jan 2025 16:06:05 +0100 (CET) Subject: |WARNING| pw149590 [PATCH v4 02/15] net/xsc: add xsc device initialization In-Reply-To: <20250103150407.1529663-3-wanry@yunsilicon.com> References: <20250103150407.1529663-3-wanry@yunsilicon.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "WanRenyong" Message-Id: <20250103150605.4CF18121D87@dpdk.org> Date: Fri, 3 Jan 2025 16:06:05 +0100 (CET) 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/149590 _coding style issues_ WARNING:TYPO_SPELLING: 'devic' may be misspelled - perhaps 'device'? #290: FILE: drivers/net/xsc/xsc_dev.c:174: + uint16_t devic_id = xdev->pci_dev->id.device_id; WARNING:TYPO_SPELLING: 'devic' may be misspelled - perhaps 'device'? #292: FILE: drivers/net/xsc/xsc_dev.c:176: + if (devic_id == XSC_PCI_DEV_ID_MSVF || WARNING:TYPO_SPELLING: 'devic' may be misspelled - perhaps 'device'? #293: FILE: drivers/net/xsc/xsc_dev.c:177: + devic_id == XSC_PCI_DEV_ID_MVHVF) total: 0 errors, 3 warnings, 0 checks, 392 lines checked