[dpdk-test-report] |WARNING| pw98215 [PATCH v3 3/8] app/test: add basic dmadev instance tests

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 7 18:56:10 CEST 2021


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#81: FILE: app/test/test_dmadev.c:16:
+#define ERR_RETURN(...) do { print_err(__func__, __LINE__, __VA_ARGS__); return -1; } while (0)

total: 0 errors, 1 warnings, 92 lines checked


More information about the test-report mailing list