[dpdk-test-report] |WARNING| pw68426 [PATCH 1/2] test/crypto: add capability check
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Apr 14 12:24:27 CEST 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/68426
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#114: FILE: app/test/test_cryptodev_blockcipher.c:61:
+ return 0;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#114: FILE: app/test/test_cryptodev_blockcipher.c:61:
+ return 0;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#125: FILE: app/test/test_cryptodev_blockcipher.c:156:
+ /* Check if PMD is capable of performing that test */$
ERROR:CODE_INDENT: code indent should use tabs where possible
#126: FILE: app/test/test_cryptodev_blockcipher.c:157:
+ if (verify_algo_support(t, dev_id, digest_len) < 0) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#126: FILE: app/test/test_cryptodev_blockcipher.c:157:
+ if (verify_algo_support(t, dev_id, digest_len) < 0) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17)
#126: FILE: app/test/test_cryptodev_blockcipher.c:157:
+ if (verify_algo_support(t, dev_id, digest_len) < 0) {
+ RTE_LOG(DEBUG, USER1,
total: 3 errors, 3 warnings, 61 lines checked
More information about the test-report
mailing list