[dpdk-test-report] |WARNING| pw21274 [PATCH 16/17] vhost: rename header file

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 3 10:53:37 CET 2017


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

_coding style issues_


WARNING:LONG_LINE_COMMENT: line over 90 characters
#262: FILE: lib/librte_vhost/rte_vhost.h:94:
+	int (*vring_state_changed)(int vid, uint16_t queue_id, int enable);	/**< triggered when a vring is enabled or disabled */

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct vhost_device_ops const * const' should also have an identifier name
#309: FILE: lib/librte_vhost/rte_vhost.h:141:
+int rte_vhost_driver_callback_register(const char *path,

WARNING:TYPO_SPELLING: 'succesfully' may be misspelled - perhaps 'successfully'?
#386: FILE: lib/librte_vhost/rte_vhost.h:218:
+ * count is returned to indicate the number of packets that were succesfully

total: 0 errors, 3 warnings, 354 lines checked


More information about the test-report mailing list