[dpdk-test-report] |WARNING| [PATCH 1/3] net/virtio_user: add vhost layer

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 2 15:31:08 CET 2016


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

_coding style issues_


WARNING:TYPO_SPELLING: 'comming' may be misspelled - perhaps 'coming'?
#41: 
To support vhost kernel as the backend of net_virtio_user in comming

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#219: FILE: drivers/net/virtio/virtio_user/vhost.c:140:
+	if (!vhost_internal_valid_vid(vid))
+			return -1;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#228: FILE: drivers/net/virtio/virtio_user/vhost.c:149:
+	if (!vhost_internal_valid_vid(vid))
+			return -1;

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#237: FILE: drivers/net/virtio/virtio_user/vhost.c:158:
+	if (!vhost_internal_valid_vid(vid))
+			return;

total: 0 errors, 4 warnings, 0 checks, 516 lines checked


More information about the test-report mailing list