|WARNING| pw108892 [PATCH v4 12/16] vdpa: add config space change interrupt register and handle for virtio_blk

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Mar 27 17:37:22 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#65: 
Use VHOST_USER_SLAVE_CONFIG_CHANGE_MSG to info qemu.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#96: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:619:
+	ret = rte_vhost_slave_config_change(vid, 1);

WARNING:RETURN_VOID: void function return statements are not generally useful
#101: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:624:
+	return;
+}

total: 0 errors, 3 warnings, 142 lines checked


More information about the test-report mailing list