|WARNING| pw140270 [PATCH] test/crypto: fix enqueue dequeue callback case

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 22 15:49:15 CEST 2024


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#202: FILE: app/test/test_cryptodev.c:14844:
+	 * hence the PMD should support these algos. */

ERROR:CODE_INDENT: code indent should use tabs where possible
#212: FILE: app/test/test_cryptodev.c:14854:
+ ^I^Ireturn TEST_SKIPPED;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#212: FILE: app/test/test_cryptodev.c:14854:
+ ^I^Ireturn TEST_SKIPPED;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#212: FILE: app/test/test_cryptodev.c:14854:
+ ^I^Ireturn TEST_SKIPPED;$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#213: FILE: app/test/test_cryptodev.c:14855:
+ $

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#213: FILE: app/test/test_cryptodev.c:14855:
+ $

total: 2 errors, 4 warnings, 134 lines checked


More information about the test-report mailing list