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 573F745B9C for ; Tue, 22 Oct 2024 08:15:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 52C0640667; Tue, 22 Oct 2024 08:15:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 94C44402A3 for ; Tue, 22 Oct 2024 08:15:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8EC06123106; Tue, 22 Oct 2024 08:15:19 +0200 (CEST) Subject: |WARNING| pw146568 [PATCH v3 4/8] app/test: extract with keys testcase for kvargs In-Reply-To: <20241022061431.21925-5-fengchengwen@huawei.com> References: <20241022061431.21925-5-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20241022061519.8EC06123106@dpdk.org> Date: Tue, 22 Oct 2024 08:15:19 +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/146568 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #108: FILE: app/test/test_kvargs.c:207: + const char *valid_keys[] = { "foo", "check", NULL }; total: 0 errors, 1 warnings, 78 lines checked