[dpdk-test-report] |WARNING| pw34768 [PATCH v4 07/10] drivers/raw: introduce skeleton rawdev driver

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 31 14:32:01 CET 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#33: 
> 	format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#38: 
--- a/drivers/raw/skeleton_rawdev/skeleton_rawdev.c

ERROR:CODE_INDENT: code indent should use tabs where possible
#53: FILE: drivers/raw/skeleton_rawdev/skeleton_rawdev.c:333:
+                       SKELETON_PMD_DEBUG("Attribute (%s) Value (%" PRIu64 ")",$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#53: FILE: drivers/raw/skeleton_rawdev/skeleton_rawdev.c:333:
+                       SKELETON_PMD_DEBUG("Attribute (%s) Value (%" PRIu64 ")",$

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

total: 3 errors, 2 warnings, 15 lines checked


More information about the test-report mailing list