[dpdk-test-report] |WARNING| pw32652 [PATCH] member: fix memory leak on error

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 22 19:33:43 CET 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#27: 
I realize that rte_member_free does not do anything good here. As a fix, I think the following should work. Is there any other concern?

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#33: 
--- a/lib/librte_member/rte_member.c

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#36: FILE: lib/librte_member/rte_member.c:191:


ERROR:DOS_LINE_ENDINGS: DOS line endings
#40: FILE: lib/librte_member/rte_member.c:194:
+       rte_free(te);^M$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#40: FILE: lib/librte_member/rte_member.c:194:
+       rte_free(te);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#41: FILE: lib/librte_member/rte_member.c:195:
+       rte_free(setsum);^M$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#41: FILE: lib/librte_member/rte_member.c:195:
+       rte_free(setsum);^M$

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

total: 5 errors, 3 warnings, 9 lines checked


More information about the test-report mailing list