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 1276946B8B for ; Wed, 16 Jul 2025 15:07:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D6704042C; Wed, 16 Jul 2025 15:07:14 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 99D284042C for ; Wed, 16 Jul 2025 15:07:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A4BB512530F; Wed, 16 Jul 2025 15:05:34 +0200 (CEST) Subject: |WARNING| pw155284 [PATCH v4 21/22] test/func_reentrancy: fix EAL init call In-Reply-To: <20250716130212.1736407-22-david.marchand@redhat.com> References: <20250716130212.1736407-22-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20250716130534.A4BB512530F@dpdk.org> Date: Wed, 16 Jul 2025 15:05:34 +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/155284 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #104: FILE: app/test/test_func_reentrancy.c:72: + char *argv[] = { arg, NULL }; total: 0 errors, 1 warnings, 18 lines checked