[dpdk-test-report] |WARNING| pw33762 [PATCH] eal/arm64: fix memory	barrier macros
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Jan 16 01:01:43 CET 2018
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/33762
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#49: 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
#50: 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