From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CEC49A046B for ; Sun, 23 Jun 2019 04:41:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B3AD51C1D9; Sun, 23 Jun 2019 04:41:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 2353D1C1DD; Sun, 23 Jun 2019 04:41:39 +0200 (CEST) In-Reply-To: <1561257671-10316-1-git-send-email-phil.yang@arm.com> References: <1561257671-10316-1-git-send-email-phil.yang@arm.com> To: test-report@dpdk.org Cc: Phil Yang Message-Id: <20190623024139.2353D1C1DD@dpdk.org> Date: Sun, 23 Jun 2019 04:41:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw55217 [PATCH v1 1/3] eal/arm64: add 128-bit atomic compare exchange 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/55217 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #82: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:68: + register uint64_t x0 __asm ("x0") = (uint64_t)old.val[0]; WARNING:SPACING: space prohibited between function name and open parenthesis '(' #83: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:69: + register uint64_t x1 __asm ("x1") = (uint64_t)old.val[1]; WARNING:SPACING: space prohibited between function name and open parenthesis '(' #84: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:70: + register uint64_t x2 __asm ("x2") = (uint64_t)updated.val[0]; WARNING:SPACING: space prohibited between function name and open parenthesis '(' #85: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:71: + register uint64_t x3 __asm ("x3") = (uint64_t)updated.val[1]; total: 0 errors, 4 warnings, 246 lines checked