|WARNING| pw128174 [PATCH v5 10/26] vhost: add IOTLB cache entry removal callback
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jun 6 10:20:52 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/128174
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 0)
#134: 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