* |WARNING| pw141914 [PATCH v3 1/2] cryptodev: fix crypto callbacks on unsetting callbacks macro
[not found] <20240626220028.2260003-1-ganapati.kundapura@intel.com>
@ 2024-06-26 22:00 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-06-26 22:00 UTC (permalink / raw)
To: test-report; +Cc: Ganapati Kundapura
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/141914
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#96: FILE: app/test/test_cryptodev.c:121:
+#define TEST_SKIP_LOG(cond, msg, ...) do { \
+ if ((cond)) { \
+ RTE_LOG(ERR, CRYPTODEV, "%s line %d: " \
+ msg "
", __func__, __LINE__, ##__VA_ARGS__); \
+ RTE_TEST_TRACE_FAILURE(__FILE__, __LINE__, __func__); \
+ return TEST_SKIPPED; \
+ } \
+} while (0)
total: 0 errors, 1 warnings, 215 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-26 22:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20240626220028.2260003-1-ganapati.kundapura@intel.com>
2024-06-26 22:00 ` |WARNING| pw141914 [PATCH v3 1/2] cryptodev: fix crypto callbacks on unsetting callbacks macro 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).