[dpdk-test-report] |WARNING| pw94523 [PATCH v10 7/9] eal: implement functions for mutex management

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 18 23:28:17 CEST 2021


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

_coding style issues_


ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#165: FILE: lib/eal/include/rte_thread.h:67:
+#define RTE_STATIC_MUTEX(private_lock)\
+static RTE_DECLARE_MUTEX(private_lock);\
+RTE_DEFINE_MUTEX(private_lock)

total: 1 errors, 0 warnings, 248 lines checked


More information about the test-report mailing list