From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 35BF543086 for ; Wed, 16 Aug 2023 23:39:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2BE1C410E3; Wed, 16 Aug 2023 23:39:36 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 736D4410E3 for ; Wed, 16 Aug 2023 23:39:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6F5401206AB; Wed, 16 Aug 2023 23:39:33 +0200 (CEST) Subject: |WARNING| pw130441 [PATCH v4 2/6] eal: adapt EAL to present rte optional atomics API In-Reply-To: <1692221931-32334-3-git-send-email-roretzla@linux.microsoft.com> References: <1692221931-32334-3-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20230816213933.6F5401206AB@dpdk.org> Date: Wed, 16 Aug 2023 23:39:33 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/130441 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #933: FILE: lib/eal/include/rte_mcslock.h:52: +rte_mcslock_lock(RTE_ATOMIC(rte_mcslock_t *) *msl, rte_mcslock_t *me) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #982: FILE: lib/eal/include/rte_mcslock.h:104: +rte_mcslock_unlock(RTE_ATOMIC(rte_mcslock_t *) *msl, RTE_ATOMIC(rte_mcslock_t *) me) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #1009: FILE: lib/eal/include/rte_mcslock.h:124: + RTE_ATOMIC(uintptr_t) *next; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #1027: FILE: lib/eal/include/rte_mcslock.h:145: +rte_mcslock_trylock(RTE_ATOMIC(rte_mcslock_t *) *msl, rte_mcslock_t *me) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #1605: FILE: lib/eal/x86/include/rte_spinlock.h:81: +rte_try_tm(volatile RTE_ATOMIC(int) *lock) ^ total: 5 errors, 0 warnings, 1344 lines checked