[dpdk-test-report] |WARNING| pw37263 [PATCH v3 02/21] net/virtio: vring init for packed queues

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 5 12:11:17 CEST 2018


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37263

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#178: FILE: drivers/net/virtio/virtio_ring.h:151:
+		vr->driver_event = (struct vring_packed_desc_event *) (p +

CHECK:SPACING: No space is necessary after a cast
#180: FILE: drivers/net/virtio/virtio_ring.h:153:
+		vr->device_event = (struct vring_packed_desc_event *) (vr->driver_event +

total: 0 errors, 0 warnings, 2 checks, 159 lines checked


More information about the test-report mailing list