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 B372346F14 for ; Wed, 17 Sep 2025 05:36:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AD44E4027A; Wed, 17 Sep 2025 05:36:07 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 80BE84027A for ; Wed, 17 Sep 2025 05:36:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2272E124077; Wed, 17 Sep 2025 05:33:13 +0200 (CEST) Subject: |WARNING| pw156650 [PATCH v2 02/10] app/dma-perf: add global section for config file In-Reply-To: <20250917033356.13358-3-fengchengwen@huawei.com> References: <20250917033356.13358-3-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20250917033313.2272E124077@dpdk.org> Date: Wed, 17 Sep 2025 05:33:13 +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/156650 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: static char array declaration should probably be static const char #163: FILE: app/test-dma-perf/main.c:294: + static char prog_name[] = "test-dma-perf"; total: 0 errors, 1 warnings, 275 lines checked