From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A1C413250; Tue, 16 Jan 2018 01:01:43 +0100 (CET) In-Reply-To: <20180115235934.16054-1-thomas@monjalon.net> References: <20180115235934.16054-1-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20180116000143.A1C413250@dpdk.org> Date: Tue, 16 Jan 2018 01:01:43 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw33762 [PATCH] eal/arm64: fix memory barrier macros X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2018 00:01:43 -0000 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