[dpdk-test-report] |WARNING| pw38473 [PATCH v4 09/20] net/virtio: add virtio send command packed queue support

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 19 09:09:40 CEST 2018


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


More information about the test-report mailing list