|WARNING| pw137149 [PATCH v5 01/22] eal: provide macro to expand marker extensions

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Feb 24 09:24:49 CET 2024


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

_coding style issues_


ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#103: FILE: lib/eal/include/rte_common.h:598:
+#define __rte_marker(type, name) type name;

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#103: FILE: lib/eal/include/rte_common.h:598:
+#define __rte_marker(type, name) type name;

total: 1 errors, 1 warnings, 20 lines checked


More information about the test-report mailing list