From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 07CE1AA9B; Thu, 19 Apr 2018 09:09:44 +0200 (CEST) In-Reply-To: <20180419070751.8933-14-jfreimann@redhat.com> References: <20180419070751.8933-14-jfreimann@redhat.com> To: test-report@dpdk.org Cc: Jens Freimann Message-Id: <20180419070944.07CE1AA9B@dpdk.org> Date: Thu, 19 Apr 2018 09:09:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38477 [PATCH v4 13/20] vhost: add helpers for packed virtqueues 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: , X-List-Received-Date: Thu, 19 Apr 2018 07:09:44 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38477 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #44: FILE: lib/librte_vhost/virtio-packed.h:35: +increase_index (uint16_t index, uint32_t size) WARNING:SPACING: space prohibited between function name and open parenthesis '(' #50: FILE: lib/librte_vhost/virtio-packed.h:41: +update_index (struct vhost_virtqueue *vq, uint16_t index, uint32_t size) { total: 0 errors, 2 warnings, 68 lines checked