|WARNING| pw115209 [dpdk-dev v2] app/test: random test vectors for Asymc RSA
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Aug 17 16:15:47 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/115209
_coding style issues_
WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'?
#492: FILE: app/test/test_cryptodev_asym_common.c:91:
+void ats_err_msg_enque(char *msg, uint32_t len, uint32_t line)
WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'?
#564: FILE: app/test/test_cryptodev_asym_common.h:40:
+void ats_err_msg_enque(char *msg, uint32_t len, uint32_t line);
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#671: FILE: app/test/test_cryptodev_asym_rsa.c:25:
+extern struct crypto_testsuite_params_asym testsuite_params_asym;
WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'?
#806: FILE: app/test/test_cryptodev_asym_rsa.c:160:
+ ats_err_msg_enque(test_msg, ASYM_TEST_MSG_LEN, __LINE__);
WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used
#1122: FILE: app/test/test_cryptodev_asym_rsa_creator.c:138:
+ vct->padding = rule->padding,
+ vct->op_type_flags = rule->operation;
total: 0 errors, 5 warnings, 1204 lines checked
More information about the test-report
mailing list