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 4A32B48AE0 for ; Tue, 11 Nov 2025 18:39:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44A664026D; Tue, 11 Nov 2025 18:39:37 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B4DCC4026D for ; Tue, 11 Nov 2025 18:39:35 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 27F6E1261F1; Tue, 11 Nov 2025 18:38:44 +0100 (CET) Subject: |WARNING| pw158669 [PATCH v2 1/1] eal: correct memory ordering in MCS lock In-Reply-To: <20251111173850.790254-1-wathsala.vithanage@arm.com> References: <20251111173850.790254-1-wathsala.vithanage@arm.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wathsala Vithanage Message-Id: <20251111173844.27F6E1261F1@dpdk.org> Date: Tue, 11 Nov 2025 18:38:44 +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/158669 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #108: FILE: lib/eal/include/rte_mcslock.h:68: + * Must synchronize with R2 the releasing CAS in unlock(), this will ensure ^^^ WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #195: FILE: lib/eal/include/rte_mcslock.h:140: + * A3: Another thread was enqueued concurrently, so the CAS and the lock ^^^ total: 0 errors, 2 warnings, 140 lines checked