[dpdk-test-report] |WARNING| pw78392 [PATCH v2 2/2] test/crypto: add GMAC SGL tests

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 22 12:03:02 CEST 2020


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

ERROR:CODE_INDENT: code indent should use tabs where possible
#147: FILE: app/test/test_cryptodev.c:10305:
+                                 uint32_t fragsz)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#147: FILE: app/test/test_cryptodev.c:10305:
+                                 uint32_t fragsz)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#176: FILE: app/test/test_cryptodev.c:10334:
+        if ((!(feature_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) &&$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#176: FILE: app/test/test_cryptodev.c:10334:
+        if ((!(feature_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) &&$

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#260: FILE: app/test/test_cryptodev.c:10418:
+		return -ENOTSUP;
+	else

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 3 errors, 4 warnings, 261 lines checked


More information about the test-report mailing list