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 96E8548ACA for ; Mon, 10 Nov 2025 11:18:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92C96400D6; Mon, 10 Nov 2025 11:18:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0EC40400D6 for ; Mon, 10 Nov 2025 11:18:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 1EAF91261F1; Mon, 10 Nov 2025 11:17:38 +0100 (CET) Subject: |WARNING| pw158630 [PATCH v3 1/1] ring: fix unsafe ordering for head/tail update In-Reply-To: <20251110101717.233685-2-konstantin.ananyev@huawei.com> References: <20251110101717.233685-2-konstantin.ananyev@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Konstantin Ananyev Message-Id: <20251110101738.1EAF91261F1@dpdk.org> Date: Mon, 10 Nov 2025 11:17:38 +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/158630 _coding style issues_ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #90: loads, and CAS operations. However, this approach introduces a ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #95: the CAS and the preceding load of the head by converting them to ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #168: FILE: lib/ring/rte_ring_hts_elem_pvt.h:119: + * this CAS(ACQ_REL, ACQUIRE) serves as a hoist barrier to prevent: ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #190: FILE: lib/ring/rte_ring_rts_elem_pvt.h:134: + * this CAS(ACQ_REL, ACQUIRE) serves as a hoist barrier to prevent: ^^^ total: 0 errors, 4 warnings, 59 lines checked