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 B70FE46BF1 for ; Wed, 23 Jul 2025 15:35:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3A7840E1E; Wed, 23 Jul 2025 15:35:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A869940E03 for ; Wed, 23 Jul 2025 15:35:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 466A812531F; Wed, 23 Jul 2025 15:33:46 +0200 (CEST) Subject: |WARNING| pw155480 [PATCH v5 21/22] test/func_reentrancy: fix EAL init call In-Reply-To: <20250723133157.159825-22-david.marchand@redhat.com> References: <20250723133157.159825-22-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20250723133346.466A812531F@dpdk.org> Date: Wed, 23 Jul 2025 15:33:46 +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/155480 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #103: FILE: app/test/test_func_reentrancy.c:72: + char *argv[] = { arg, NULL }; total: 0 errors, 1 warnings, 18 lines checked