automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31896 [PATCH V7 1/3] eal/arm64: remove the braces {} for dmb() and dsb()
       [not found] <1512352212-7191-2-git-send-email-hejianet@gmail.com>
@ 2017-12-04  1:50 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-04  1:50 UTC (permalink / raw)
  To: test-report; +Cc: Jia He

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

_coding style issues_


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:46:
+#define dsb(opt) asm volatile("dsb " #opt : : : "memory")

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

total: 2 errors, 0 warnings, 10 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-04  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1512352212-7191-2-git-send-email-hejianet@gmail.com>
2017-12-04  1:50 ` [dpdk-test-report] |WARNING| pw31896 [PATCH V7 1/3] eal/arm64: remove the braces {} for dmb() and dsb() checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).