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 D0F80A0A0F for ; Wed, 7 Apr 2021 22:29:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CCB0F140FC7; Wed, 7 Apr 2021 22:29:26 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EED20140FB8 for ; Wed, 7 Apr 2021 22:29:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D3375120D42; Wed, 7 Apr 2021 22:29:25 +0200 (CEST) In-Reply-To: <20210407201603.149234-2-lucp.at.work@gmail.com> References: <20210407201603.149234-2-lucp.at.work@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Luc Pelletier Message-Id: <20210407202925.D3375120D42@dpdk.org> Date: Wed, 7 Apr 2021 22:29:25 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90821 [PATCH 2/2] eal: fix hang in ctrl thread creation error logic 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/90821 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name #119: FILE: lib/librte_eal/common/eal_common_thread.c:190: + void *(*start_routine)(void *); total: 0 errors, 1 warnings, 64 lines checked