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 2DA424891E for ; Mon, 13 Oct 2025 05:05:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 299894013F; Mon, 13 Oct 2025 05:05:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D8A614013F for ; Mon, 13 Oct 2025 05:05:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2741B1242A9; Mon, 13 Oct 2025 05:05:10 +0200 (CEST) Subject: |WARNING| pw157459 [PATCH v3 02/13] app/dma-perf: add global section for config file In-Reply-To: <20251013030236.3861-3-fengchengwen@huawei.com> References: <20251013030236.3861-3-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20251013030510.2741B1242A9@dpdk.org> Date: Mon, 13 Oct 2025 05:05:10 +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/157459 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: static char array declaration should probably be static const char #169: FILE: app/test-dma-perf/main.c:294: + static char prog_name[] = "test-dma-perf"; total: 0 errors, 1 warnings, 275 lines checked