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 3E23146A87 for ; Thu, 10 Jul 2025 03:23:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 379794025E; Thu, 10 Jul 2025 03:23:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BC7014025E for ; Thu, 10 Jul 2025 03:23:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6F90C1252F5; Thu, 10 Jul 2025 03:22:14 +0200 (CEST) Subject: |WARNING| pw155136 [PATCH v5 14/14] net/sxe: add Solve compilation problems. In-Reply-To: <20250710012021.7698-14-liujie5@linkdatatechnology.com> References: <20250710012021.7698-14-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Liu Message-Id: <20250710012214.6F90C1252F5@dpdk.org> Date: Thu, 10 Jul 2025 03:22:14 +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/155136 _coding style issues_ WARNING:TYPO_SPELLING: 'VERION' may be misspelled - perhaps 'VERSION'? #359: FILE: drivers/net/sxe/include/sxe/sxe_cli.h:12: +#define SXE_VERION_LEN (32) WARNING:TYPO_SPELLING: 'VERION' may be misspelled - perhaps 'VERSION'? #369: FILE: drivers/net/sxe/include/sxe/sxe_cli.h:50: + S8 fw_ver[SXE_VERION_LEN]; WARNING:TYPO_SPELLING: 'VERION' may be misspelled - perhaps 'VERSION'? #370: FILE: drivers/net/sxe/include/sxe/sxe_cli.h:51: + S8 opt_ver[SXE_VERION_LEN]; total: 0 errors, 3 warnings, 0 checks, 746 lines checked