automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw68064 [PATCH v3 01/13] security: fix verification of parameters
       [not found] <20200409172502.1693-2-l.wojciechow@partner.samsung.com>
@ 2020-04-09 17:26 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-04-09 17:26 UTC (permalink / raw)
  To: test-report; +Cc: Lukasz Wojciechowski

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

_coding style issues_


WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'c261d1431bd8', maybe rebased or not pulled?
#124: 
Fixes: c261d1431bd8 ("security: introduce security API and framework")

WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '1a08c379b9b5', maybe rebased or not pulled?
#127: 
Fixes: 1a08c379b9b5 ("security: support user data retrieval")

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#154: 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, 3 warnings, 131 lines checked

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

only message in thread, other threads:[~2020-04-09 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200409172502.1693-2-l.wojciechow@partner.samsung.com>
2020-04-09 17:26 ` [dpdk-test-report] |WARNING| pw68064 [PATCH v3 01/13] security: fix verification of parameters 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).