automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw101797 [PATCH v5 1/4] mempool: add event callbacks
       [not found] <20211015160244.3097758-2-dkozlyuk@nvidia.com>
@ 2021-10-15 16:05 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-10-15 16:05 UTC (permalink / raw)
  To: test-report; +Cc: Dmitry Kozlyuk

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#191: FILE: app/test/test_mempool.c:515:
+#define RTE_TEST_TRACE_FAILURE(...) do { goto fail; } while (0)

WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#191: FILE: app/test/test_mempool.c:515:
+#define RTE_TEST_TRACE_FAILURE(...) do { goto fail; } while (0)

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#335: FILE: app/test/test_mempool.c:659:
+#define RTE_TEST_TRACE_FAILURE(...) do { \
+		ret = TEST_FAILED; \
+		goto exit; \
+	} while (0)

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Dmitry Kozlyuk <dkozlyuk@oss.nvidia.com>' != 'Signed-off-by: Dmitry Kozlyuk <dkozlyuk@nvidia.com>'

total: 0 errors, 4 warnings, 490 lines checked

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

only message in thread, other threads:[~2021-10-15 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211015160244.3097758-2-dkozlyuk@nvidia.com>
2021-10-15 16:05 ` [dpdk-test-report] |WARNING| pw101797 [PATCH v5 1/4] mempool: add event callbacks 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).