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 8350EA00E6 for ; Mon, 8 Jul 2019 11:31:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56EA31B9A9; Mon, 8 Jul 2019 11:31:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 4CCEA1B99B; Mon, 8 Jul 2019 11:31:30 +0200 (CEST) In-Reply-To: <20190708171320.38802-5-yong.liu@intel.com> References: <20190708171320.38802-5-yong.liu@intel.com> To: test-report@dpdk.org Cc: Marvin Liu Message-Id: <20190708093130.4CCEA1B99B@dpdk.org> Date: Mon, 8 Jul 2019 11:31:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56211 [RFC PATCH 04/13] add vhost packed ring fast dequeue 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/56211 _coding style issues_ ERROR:SPACING: space prohibited before that ',' (ctx:WxV) #120: FILE: lib/librte_vhost/virtio_net.c:1688: + if (rte_pktmbuf_alloc_bulk(mbuf_pool, pkts ,4)) ^ ERROR:SPACING: space required after that ',' (ctx:WxV) #120: FILE: lib/librte_vhost/virtio_net.c:1688: + if (rte_pktmbuf_alloc_bulk(mbuf_pool, pkts ,4)) ^ total: 2 errors, 0 warnings, 168 lines checked