[dpdk-test-report] |WARNING| pw27622 [PATCH RFC 1/4] rte_security: API definitions

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Aug 16 09:41:08 CEST 2017


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

_coding style issues_


ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#88: 
@@ -101,7 +102,8 @@ rte_security_session_init(uint16_t dev_id,

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#107: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:371:
transform.

ERROR:CODE_INDENT: code indent should use tabs where possible
#136: FILE: lib/librte_cryptodev/rte_security.c:90:
+                       ret = cdev->sec_ops->session_configure((void *)cdev,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#136: FILE: lib/librte_cryptodev/rte_security.c:90:
+                       ret = cdev->sec_ops->session_configure((void *)cdev,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#137: FILE: lib/librte_cryptodev/rte_security.c:91:
+                                                       conf, sess, mp);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#137: FILE: lib/librte_cryptodev/rte_security.c:91:
+                                                       conf, sess, mp);$

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

total: 5 errors, 2 warnings, 27 lines checked


More information about the test-report mailing list