[dpdk-test-report] |WARNING| pw99573 [PATCH v6 06/13] app/test: add basic dmadev instance tests

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 24 12:31:22 CEST 2021


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#83: 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, 93 lines checked


More information about the test-report mailing list