|WARNING| pw111753 [PATCH v2 2/2] app/testpmd: register driver specific commands
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue May 24 22:08:28 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/111753
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#311: FILE: app/test-pmd/testpmd.h:1189:
+#define TESTPMD_ADD_DRIVER_COMMANDS(c) \
+RTE_INIT(__##c) \
+{ \
+ testpmd_add_driver_commands(&c); \
+}
total: 1 errors, 0 warnings, 241 lines checked
More information about the test-report
mailing list