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 9F74642528 for ; Wed, 6 Sep 2023 11:53:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A7332402D0; Wed, 6 Sep 2023 11:53:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C1192402CF for ; Wed, 6 Sep 2023 11:53:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B13511210A9; Wed, 6 Sep 2023 11:53:24 +0200 (CEST) Subject: |WARNING| pw131194 [PATCH v3] eal: fix memory initialization deadlock In-Reply-To: <20230906095227.1032271-1-artemyko@nvidia.com> References: <20230906095227.1032271-1-artemyko@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Artemy Kovalyov Message-Id: <20230906095324.B13511210A9@dpdk.org> Date: Wed, 6 Sep 2023 11:53:24 +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/131194 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'void' should also have an identifier name #216: FILE: lib/eal/common/eal_private.h:118: +int rte_eal_memory_init(void) total: 0 errors, 1 warnings, 91 lines checked Warning in lib/eal/include/rte_lock_annotations.h: Using compiler attribute directly