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 E5954A0A0A for ; Wed, 7 Apr 2021 14:48:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DDE8B140EED; Wed, 7 Apr 2021 14:48:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1B3E7140E9E for ; Wed, 7 Apr 2021 14:48:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 013DB120D42; Wed, 7 Apr 2021 14:48:24 +0200 (CEST) In-Reply-To: <20210407123529.123899-1-lucp.at.work@gmail.com> References: <20210407123529.123899-1-lucp.at.work@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Luc Pelletier Message-Id: <20210407124825.013DB120D42@dpdk.org> Date: Wed, 7 Apr 2021 14:48:24 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90812 [PATCH v4] eal: fix race in ctrl thread creation 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/90812 _coding style issues_ ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #125: FILE: lib/librte_eal/common/eal_common_thread.c:176: +static void ctrl_params_free(struct rte_thread_ctrl_params* params) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #125: FILE: lib/librte_eal/common/eal_common_thread.c:176: +static void ctrl_params_free(struct rte_thread_ctrl_params* params) { total: 2 errors, 0 warnings, 85 lines checked