[dpdk-test-report] |WARNING| pw33899 [PATCH 1/2] lib/cryptodev: add support to set session private data

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 17 07:35:52 CET 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#28: 
> Subject: Re: [PATCH 1/2] lib/cryptodev: add support to set session private data

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#228: 
--- a/lib/librte_cryptodev/rte_cryptodev.h

ERROR:DOS_LINE_ENDINGS: DOS line endings
#234: FILE: lib/librte_cryptodev/rte_cryptodev.h:895:
+       uint16_t private_data_offset;^M$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#234: FILE: lib/librte_cryptodev/rte_cryptodev.h:895:
+       uint16_t private_data_offset;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#235: FILE: lib/librte_cryptodev/rte_cryptodev.h:896:
+       /**< Private data offset */^M$

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

total: 4 errors, 2 warnings, 8 lines checked


More information about the test-report mailing list