[dpdk-test-report] |WARNING| pw34111 [PATCH RFC 17/24] vhost: add virtio-vhost-user transport

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 19 14:48:02 CET 2018


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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#80: FILE: drivers/librte_vhost/virtio_vhost_user.h:11:
+    uint32_t status;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#83: FILE: drivers/librte_vhost/virtio_vhost_user.h:14:
+    uint32_t max_vhost_queues;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#84: FILE: drivers/librte_vhost/virtio_vhost_user.h:15:
+    uint8_t uuid[16];$

WARNING:RETURN_VOID: void function return statements are not generally useful
#430: FILE: drivers/librte_vhost/trans_virtio_vhost_user.c:337:
+	return;
+}

WARNING:LONG_LINE: line over 90 characters
#559: FILE: drivers/librte_vhost/trans_virtio_vhost_user.c:466:
+		RTE_LOG(DEBUG, VHOST_CONFIG, "%s isr %#x status %#x
", __func__, isr, status);

ERROR:CODE_INDENT: code indent should use tabs where possible
#604: FILE: drivers/librte_vhost/trans_virtio_vhost_user.c:511:
+^I^I^I^I              i * VVU_RXBUF_SIZE);$

WARNING:TYPO_SPELLING: 'availabled' may be misspelled - perhaps 'available'?
#864: FILE: drivers/librte_vhost/trans_virtio_vhost_user.c:771:
+		RTE_LOG(ERR, VHOST_CONFIG, "BAR 2 not availabled
");

total: 1 errors, 6 warnings, 1084 lines checked


More information about the test-report mailing list