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 1DBD6A034C for ; Tue, 18 Aug 2020 03:24:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0931E14581; Tue, 18 Aug 2020 03:24:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id BF9E91C07B; Tue, 18 Aug 2020 03:24:02 +0200 (CEST) In-Reply-To: <1597713567-31511-11-git-send-email-nicolas.chautru@intel.com> References: <1597713567-31511-11-git-send-email-nicolas.chautru@intel.com> To: test-report@dpdk.org Cc: Nicolas Chautru Message-Id: <20200818012402.BF9E91C07B@dpdk.org> Date: Tue, 18 Aug 2020 03:24:02 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75598 [PATCH v1 10/11] baseband/acc100: add configure function 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/75598 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #286: FILE: drivers/baseband/acc100/rte_acc100_pmd.c:4241: +static void +poweron_cleanup(struct rte_bbdev *bbdev, struct acc100_device *d, + struct acc100_conf *conf) { total: 1 errors, 0 warnings, 648 lines checked