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 729F645B0C for ; Fri, 11 Oct 2024 05:36:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D4A540A6C; Fri, 11 Oct 2024 05:36:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6F66940273 for ; Fri, 11 Oct 2024 05:36:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C08D612075D; Fri, 11 Oct 2024 05:36:02 +0200 (CEST) Subject: |WARNING| pw145726 [PATCH v2 5/7] app/test: extract parse list value testcase for kvargs In-Reply-To: <20241011033416.10593-6-fengchengwen@huawei.com> References: <20241011033416.10593-6-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20241011033602.C08D612075D@dpdk.org> Date: Fri, 11 Oct 2024 05:36:02 +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/145726 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #106: FILE: app/test/test_kvargs.c:219: + const char *valid_keys[] = { "foo", "check", NULL }; total: 0 errors, 1 warnings, 72 lines checked