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 4F7EB45C11 for ; Wed, 30 Oct 2024 09:56:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4CB8743396; Wed, 30 Oct 2024 09:56:36 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5F1914025C for ; Wed, 30 Oct 2024 09:56:33 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 56D0E12314F; Wed, 30 Oct 2024 09:56:33 +0100 (CET) Subject: |WARNING| pw147723 [PATCH v4 4/7] app/test: extract with keys testcase for kvargs In-Reply-To: <20241030085450.56864-5-fengchengwen@huawei.com> References: <20241030085450.56864-5-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20241030085633.56D0E12314F@dpdk.org> Date: Wed, 30 Oct 2024 09:56:33 +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/147723 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #109: FILE: app/test/test_kvargs.c:207: + const char *valid_keys[] = { "foo", "check", NULL }; total: 0 errors, 1 warnings, 78 lines checked