[dpdk-test-report] |WARNING| pw44427 [v1, 2/2] test/test: cryptodev application parser for FIPS certification

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 7 19:17:07 CEST 2018


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

_coding style issues_


ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#429: FILE: test/test/test_cryptodev_fips_parse_aes.c:215:
+	if ((ret = alloc_line_block_mem(line, MAX_NB_CHAR)) < 0)

WARNING:LONG_LINE: line over 90 characters
#564: FILE: test/test/test_cryptodev_fips_parse_aes.c:350:
+			fprintf(fp, "%s

", tc->test_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT ?

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#569: FILE: test/test/test_cryptodev_fips_parse_aes.c:355:
+		if (tc->skip_flag)
+				continue;

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#855: FILE: test/test/test_cryptodev_fips_parse_common.c:236:
+ * MAX_CASE_LINE lines */

total: 1 errors, 3 warnings, 894 lines checked


More information about the test-report mailing list