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 8DAB1A0032 for ; Tue, 19 Jul 2022 22:29:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7C99410F1; Tue, 19 Jul 2022 22:29:14 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7729540FAE for ; Tue, 19 Jul 2022 22:29:13 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 357E01231C5; Tue, 19 Jul 2022 22:29:13 +0200 (CEST) Subject: |WARNING| pw114057 [PATCH v2] rwlock: prevent readers from starving writers In-Reply-To: <20220719202750.563166-1-stephen@networkplumber.org> References: <20220719202750.563166-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20220719202913.357E01231C5@dpdk.org> Date: Tue, 19 Jul 2022 22:29:13 +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/114057 _coding style issues_ WARNING:TYPO_SPELLING: 'befor' may be misspelled - perhaps 'before'? #271: FILE: lib/eal/include/generic/rte_rwlock.h:213: + /* Wait until no readers befor trying again */ WARNING:LEADING_SPACE: please, no spaces at the start of a line #275: FILE: lib/eal/include/generic/rte_rwlock.h:217: + }$ total: 0 errors, 2 warnings, 183 lines checked