[dpdk-test-report] |WARNING| pw34900 [PATCH] compressdev: implement API

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 2 19:26:46 CET 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#31: 
- Session-based (a session contains immutable data only and is useable across devices)

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#776: FILE: lib/librte_compressdev/rte_compressdev.c:75:
+const char * __rte_experimental

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#797: FILE: lib/librte_compressdev/rte_compressdev.c:96:
+const char * __rte_experimental

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#822: FILE: lib/librte_compressdev/rte_compressdev.c:121:
+struct rte_compressdev * __rte_experimental

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#828: FILE: lib/librte_compressdev/rte_compressdev.c:127:
+struct rte_compressdev * __rte_experimental

total: 4 errors, 1 warnings, 2889 lines checked


More information about the test-report mailing list