[dpdk-test-report] |WARNING| pw60054 [PATCH v2 2/3] vhost: convert buffer addresses to GPA for logging
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Sep 27 20:17:09 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/60054
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#115: FILE: lib/librte_vhost/vhost.h:403:
+ if (likely(!(dev->features & (1ULL << VHOST_F_LOG_ALL))))
+ return;
WARNING:TABSTOP: Statements should start on a tabstop
#116: FILE: lib/librte_vhost/vhost.h:404:
+ return;
total: 0 errors, 2 warnings, 106 lines checked
More information about the test-report
mailing list