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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 22 05:42:28 CET 2018


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

_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