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 484BC436C6 for ; Mon, 11 Dec 2023 08:44:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3FC8E402B2; Mon, 11 Dec 2023 08:44:45 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DAF1E40041 for ; Mon, 11 Dec 2023 08:44:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D621A121E47; Mon, 11 Dec 2023 08:44:41 +0100 (CET) Subject: |WARNING| pw135005 [PATCH 1/2] eal: fix constraints on stdatomic API In-Reply-To: <20231211073904.811243-2-haijie1@huawei.com> References: <20231211073904.811243-2-haijie1@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Hai Message-Id: <20231211074441.D621A121E47@dpdk.org> Date: Mon, 11 Dec 2023 08:44:41 +0100 (CET) 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/135005 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #99: FILE: lib/eal/include/generic/rte_atomic.h:210: +rte_atomic16_exchange(volatile RTE_ATOMIC(uint16_t) *dst, uint16_t val); ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #104: FILE: lib/eal/include/generic/rte_atomic.h:214: +rte_atomic16_exchange(volatile RTE_ATOMIC(uint16_t) *dst, uint16_t val) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #113: FILE: lib/eal/include/generic/rte_atomic.h:495: +rte_atomic32_exchange(volatile RTE_ATOMIC(uint32_t) *dst, uint32_t val); ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #118: FILE: lib/eal/include/generic/rte_atomic.h:499: +rte_atomic32_exchange(volatile RTE_ATOMIC(uint32_t) *dst, uint32_t val) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #127: FILE: lib/eal/include/generic/rte_atomic.h:779: +rte_atomic64_exchange(volatile RTE_ATOMIC(uint64_t) *dst, uint64_t val); ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #132: FILE: lib/eal/include/generic/rte_atomic.h:783: +rte_atomic64_exchange(volatile RTE_ATOMIC(uint64_t) *dst, uint64_t val) ^ total: 6 errors, 0 warnings, 51 lines checked