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 9254F45B0C for ; Fri, 11 Oct 2024 05:36:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BF6840689; Fri, 11 Oct 2024 05:36:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 62FB940273 for ; Fri, 11 Oct 2024 05:36:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 595C8121E2F; Fri, 11 Oct 2024 05:36:05 +0200 (CEST) Subject: |WARNING| pw145728 [PATCH v2 4/7] app/test: extract with keys testcase for kvargs In-Reply-To: <20241011033416.10593-5-fengchengwen@huawei.com> References: <20241011033416.10593-5-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20241011033605.595C8121E2F@dpdk.org> Date: Fri, 11 Oct 2024 05:36:05 +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/145728 _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, 77 lines checked