[dpdk-test-report] |WARNING| pw66601 [PATCH 12/13] app/test: add rte_security_capabilities_get tests

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 12 16:21:14 CET 2020


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#132: FILE: app/test/test_security.c:442:
+	struct rte_security_capability * ret;

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#138: FILE: app/test/test_security.c:448:
+static const struct rte_security_capability *
+mock_capabilities_get(void *device) {

WARNING:LONG_LINE: line over 90 characters
#290: FILE: app/test/test_security.c:1858:
+				test_rte_security_capabilities_get_inv_param_context_ops_fun),

total: 2 errors, 2 warnings, 173 lines checked


More information about the test-report mailing list