[dpdk-test-report] |WARNING| pw27669 [PATCH 2/7] rwlock not released when the key exists

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 18 22:17:32 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#15: 
Consisntly use a single exit path in the code,  have th various return values

ERROR:CODE_INDENT: code indent should use tabs where possible
#48: FILE: lib/librte_hash/rte_cuckoo_hash.c:591:
+                                ret = prim_bkt->key_idx[i] - 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#48: FILE: lib/librte_hash/rte_cuckoo_hash.c:591:
+                                ret = prim_bkt->key_idx[i] - 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#49: FILE: lib/librte_hash/rte_cuckoo_hash.c:592:
+                                goto finished;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#49: FILE: lib/librte_hash/rte_cuckoo_hash.c:592:
+                                goto finished;$

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

total: 3 errors, 3 warnings, 64 lines checked


More information about the test-report mailing list