From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id B58ECA00E6 for ; Fri, 17 May 2019 14:23:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7107199AD; Fri, 17 May 2019 14:23:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 0B54C5F51; Fri, 17 May 2019 14:23:35 +0200 (CEST) In-Reply-To: <20190517122220.31283-4-maxime.coquelin@redhat.com> References: <20190517122220.31283-4-maxime.coquelin@redhat.com> To: test-report@dpdk.org Cc: Maxime Coquelin Message-Id: <20190517122335.0B54C5F51@dpdk.org> Date: Fri, 17 May 2019 14:23:35 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53521 [PATCH 3/5] vhost: do not inline unlikely fragmented buffers code 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/53521 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #138: FILE: lib/librte_vhost/virtio_net.c:613: +static void +copy_vnet_hdr_to_desc(struct virtio_net *dev, struct vhost_virtqueue *vq, + struct buf_vector *buf_vec, + struct virtio_net_hdr_mrg_rxbuf *hdr){ total: 1 errors, 0 warnings, 212 lines checked