|WARNING| pw127917 [PATCH v4 10/26] vhost: add IOTLB cache entry removal callback

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 1 22:12:23 CEST 2023


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 0)
#135: FILE: lib/vhost/vhost.h:89:
 	for (iter = val; iter < num; iter++)
[...]
+typedef void (*vhost_iotlb_remove_notify)(uint64_t addr, uint64_t off, uint64_t size);

total: 0 errors, 1 warnings, 49 lines checked


More information about the test-report mailing list