[dpdk-test-report] |WARNING| pw78843 [PATCH v2 3/8] net/virtio: move backend type selection to ethdev

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 25 14:32:44 CEST 2020


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

_coding style issues_


CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#119: FILE: drivers/net/virtio/virtio_user/virtio_user_dev.c:137:
+	if (dev->backend_type == VIRTIO_USER_BACKEND_VHOST_USER
+	    && dev->vhostfd < 0)

ERROR:SPACING: spaces required around that '?' (ctx:VxE)
#265: FILE: drivers/net/virtio/virtio_user_ethdev.c:530:
+	return S_ISSOCK(sb.st_mode)?
 	                           ^

total: 1 errors, 0 warnings, 1 checks, 189 lines checked


More information about the test-report mailing list