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 E0406470DF for ; Thu, 25 Dec 2025 09:17:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC20340430; Thu, 25 Dec 2025 09:17:21 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F13EB40430 for ; Thu, 25 Dec 2025 09:17:20 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3F5F9124270; Thu, 25 Dec 2025 09:15:37 +0100 (CET) Subject: |WARNING| pw159444 [PATCH v13 10/13] net/sxe: add xstats function In-Reply-To: <20251225081201.177111-10-liujie5@linkdatatechnology.com> References: <20251225081201.177111-10-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: liujie5@linkdatatechnology.com Message-Id: <20251225081537.3F5F9124270@dpdk.org> Date: Thu, 25 Dec 2025 09:15:37 +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/159444 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #207: FILE: drivers/net/sxe/pf/sxe_stats.c:93: +int sxe_eth_stats_get(struct rte_eth_dev *eth_dev,struct rte_eth_stats *stats, ^ WARNING:STRCPY: Prefer strscpy over strcpy - see: https://github.com/KSPP/linux/issues/88 #609: FILE: drivers/net/sxe/pf/sxe_stats.c:495: + strcpy(xstats_names[ids[i]].name, xstat_names_all[ids[i]].name); ERROR:SPACING: space required after that ',' (ctx:VxV) #739: FILE: drivers/net/sxe/pf/sxe_stats.h:35: +int sxe_eth_stats_get(struct rte_eth_dev *eth_dev,struct rte_eth_stats *stats, ^ total: 2 errors, 1 warnings, 0 checks, 676 lines checked