automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw66600 [PATCH 11/13] app/test: add rte_security_get_userdata tests
       [not found] <20200312151654.7218-12-l.wojciechow@partner.samsung.com>
@ 2020-03-12 15:21 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-03-12 15:21 UTC (permalink / raw)
  To: test-report; +Cc: Lukasz Wojciechowski

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

_coding style issues_


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

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#178: FILE: app/test/test_security.c:416:
+static int
+mock_get_userdata(void *device,
+		uint64_t md,
+		void **userdata) {

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#239: FILE: app/test/test_security.c:1530:
+	void* ret = rte_security_get_userdata(NULL, md);

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#258: FILE: app/test/test_security.c:1549:
+	void* ret = rte_security_get_userdata(&ut_params->ctx, md);

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#277: FILE: app/test/test_security.c:1568:
+	void* ret = rte_security_get_userdata(&ut_params->ctx, md);

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#294: FILE: app/test/test_security.c:1585:
+	void *userdata = (void*)0x7E577E57;

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#301: FILE: app/test/test_security.c:1592:
+	void* ret = rte_security_get_userdata(&ut_params->ctx, md);

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#317: FILE: app/test/test_security.c:1608:
+	void *userdata = (void*)0x7E577E57;

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#324: FILE: app/test/test_security.c:1615:
+	void* ret = rte_security_get_userdata(&ut_params->ctx, md);

total: 8 errors, 1 warnings, 226 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-12 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200312151654.7218-12-l.wojciechow@partner.samsung.com>
2020-03-12 15:21 ` [dpdk-test-report] |WARNING| pw66600 [PATCH 11/13] app/test: add rte_security_get_userdata tests checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).