From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B79707F2D; Thu, 19 Apr 2018 09:09:40 +0200 (CEST) In-Reply-To: <20180419070751.8933-10-jfreimann@redhat.com> References: <20180419070751.8933-10-jfreimann@redhat.com> To: test-report@dpdk.org Cc: Jens Freimann Message-Id: <20180419070940.B79707F2D@dpdk.org> Date: Thu, 19 Apr 2018 09:09:40 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38473 [PATCH v4 09/20] net/virtio: add virtio send command packed queue support 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:41 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38473 _coding style issues_ CHECK:SPACING: spaces preferred around that '-' (ctx:WxV) #37: FILE: drivers/net/virtio/virtio_ethdev.c:148: + int head_idx = (vq->vq_avail_idx++) & (vq->vq_nentries -1); ^ ERROR:SPACING: space required before the open parenthesis '(' #80: FILE: drivers/net/virtio/virtio_ethdev.c:191: + while(!desc_is_used(&desc[head_idx])) { ERROR:SPACING: space required before the open parenthesis '(' #86: FILE: drivers/net/virtio/virtio_ethdev.c:197: + while(desc_is_used(&desc[used_idx])) { WARNING:TABSTOP: Statements should start on a tabstop #93: FILE: drivers/net/virtio/virtio_ethdev.c:204: + } total: 2 errors, 1 warnings, 1 checks, 93 lines checked