* [dpdk-test-report] |WARNING| pw66591 [PATCH 01/13] librte_security: fix verification of parameters
[not found] <20200312151654.7218-2-l.wojciechow@partner.samsung.com>
@ 2020-03-12 15:17 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-03-12 15:17 UTC (permalink / raw)
To: test-report; +Cc: Lukasz Wojciechowski
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/66591
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#114:
"instance->ops->session_XXX", they check also "instance" and "instance->ops".
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#139: FILE: lib/librte_security/rte_security.c:14:
+#define RTE_PTR_OR_ERR_RET(ptr, retval) do { \
+ if ((ptr) == NULL) \
+ return retval; \
+} while (0)
total: 0 errors, 2 warnings, 130 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-12 15:17 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-2-l.wojciechow@partner.samsung.com>
2020-03-12 15:17 ` [dpdk-test-report] |WARNING| pw66591 [PATCH 01/13] librte_security: fix verification of parameters 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