automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw38473 [PATCH v4 09/20] net/virtio: add virtio send command packed queue support
       [not found] <20180419070751.8933-10-jfreimann@redhat.com>
@ 2018-04-19  7:09 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-19  7:09 UTC (permalink / raw)
  To: test-report; +Cc: Jens Freimann

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-19  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180419070751.8933-10-jfreimann@redhat.com>
2018-04-19  7:09 ` [dpdk-test-report] |WARNING| pw38473 [PATCH v4 09/20] net/virtio: add virtio send command packed queue support checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).