automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127625 [PATCH v5 14/21] test/pdcp: add in-order delivery cases
       [not found] <20230527071610.903-15-anoobj@marvell.com>
@ 2023-05-27 12:13 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-05-27 12:13 UTC (permalink / raw)
  To: test-report; +Cc: Anoob Joseph

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#104: FILE: app/test/test_pdcp.c:20:
+#define ASSERT_TRUE_OR_GOTO(cond, mark, ...) do {\
+	if (!(cond)) { \
+		RTE_LOG(ERR, USER1, "Error at: %s:%d
", __func__, __LINE__); \
+		RTE_LOG(ERR, USER1, __VA_ARGS__); \
+		goto mark; \
+	} \
+} while (0)

total: 0 errors, 1 warnings, 263 lines checked

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

only message in thread, other threads:[~2023-05-27 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230527071610.903-15-anoobj@marvell.com>
2023-05-27 12:13 ` |WARNING| pw127625 [PATCH v5 14/21] test/pdcp: add in-order delivery cases 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).