[dpdk-test-report] |WARNING| pw33889 [PATCH v8 1/3] eal/arm64: remove the braces {} for dmb() and dsb()

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 17 05:05:34 CET 2018


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#45: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:18:
+#define dsb(opt) asm volatile("dsb " #opt : : : "memory")

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#46: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:19:
+#define dmb(opt) asm volatile("dmb " #opt : : : "memory")

total: 2 errors, 0 warnings, 10 lines checked


More information about the test-report mailing list