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 8857848986 for ; Mon, 20 Oct 2025 06:12:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D0A142E5E; Mon, 20 Oct 2025 06:12:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B2ADF42D9D for ; Mon, 20 Oct 2025 06:12:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 80C811242B1; Mon, 20 Oct 2025 06:11:45 +0200 (CEST) Subject: |WARNING| pw157840 [PATCH v4 02/14] app/dma-perf: add global section for config file In-Reply-To: <20251020041105.1590-3-fengchengwen@huawei.com> References: <20251020041105.1590-3-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20251020041145.80C811242B1@dpdk.org> Date: Mon, 20 Oct 2025 06:11:45 +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/157840 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: static char array declaration should probably be static const char #170: FILE: app/test-dma-perf/main.c:294: + static char prog_name[] = "test-dma-perf"; total: 0 errors, 1 warnings, 287 lines checked