From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 01057A04BB for ; Fri, 11 Sep 2020 17:32:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EBAD91C0CE; Fri, 11 Sep 2020 17:32:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C6A3C1B75C; Fri, 11 Sep 2020 17:32:32 +0200 (CEST) In-Reply-To: <20200911152938.8019-6-steven.lariau@arm.com> References: <20200911152938.8019-6-steven.lariau@arm.com> To: test-report@dpdk.org Cc: Steven Lariau Message-Id: <20200911153232.C6A3C1B75C@dpdk.org> Date: Fri, 11 Sep 2020 17:32:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77441 [PATCH 5/5] lib/stack: remove pop cas release ordering 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/77441 _coding style issues_ WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #35: Subject: [dpdk-dev] [PATCH 5/5] lib/stack: remove pop cas release ordering WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #50: Replace the store-release by relaxed for the CAS success at the end of WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #54: CAS loop already ensures the right synchronization. WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #57: But the CAS success on length before the pop loop ensures any core reads total: 0 errors, 4 warnings, 8 lines checked