* [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
automatic DPDK test reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.dpdk.org/test-report/0 test-report/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 test-report test-report/ http://inbox.dpdk.org/test-report \
test-report@dpdk.org
public-inbox-index test-report
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.dpdk.org/inbox.dpdk.test-report
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git