From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 952B7A328D for ; Tue, 22 Oct 2019 11:34:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 889622BF5; Tue, 22 Oct 2019 11:34:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 8AF9A1BEB5; Tue, 22 Oct 2019 11:34:37 +0200 (CEST) In-Reply-To: <1571736761-32134-2-git-send-email-david.marchand@redhat.com> References: <1571736761-32134-2-git-send-email-david.marchand@redhat.com> To: test-report@dpdk.org Cc: David Marchand Message-Id: <20191022093437.8AF9A1BEB5@dpdk.org> Date: Tue, 22 Oct 2019 11:34:37 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61632 [PATCH 1/8] eal: make lcore config private X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/61632 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #107: FILE: lib/librte_eal/common/eal_private.h:23: + lcore_function_t * volatile f; /**< function to call */ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #108: FILE: lib/librte_eal/common/eal_private.h:24: + void * volatile arg; /**< argument of function */ total: 2 errors, 0 warnings, 109 lines checked