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 1DE4FA0561 for ; Wed, 3 Mar 2021 19:31:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1305F160731; Wed, 3 Mar 2021 19:31:44 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 4C0D140683 for ; Wed, 3 Mar 2021 19:31:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 3DBA03F9; Wed, 3 Mar 2021 19:31:43 +0100 (CET) In-Reply-To: <20210303183019.70700-1-sthemmin@microsoft.com> References: <20210303183019.70700-1-sthemmin@microsoft.com> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20210303183143.3DBA03F9@dpdk.org> Date: Wed, 3 Mar 2021 19:31:43 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88430 [PATCH v2] pflock: implementation of phase-fair reader writer locks 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/88430 _coding style issues_ WARNING:TYPO_SPELLING: 'reverese' may be misspelled - perhaps 'reverse'? #432: FILE: app/test/test_pflock.c:281: + /* update by bytes in reverese order */ WARNING:TYPO_SPELLING: 'reverese' may be misspelled - perhaps 'reverse'? #449: FILE: app/test/test_pflock.c:298: + /* restore by bytes in reverese order */ WARNING:TYPO_SPELLING: 'avaialble' may be misspelled - perhaps 'available'? #641: FILE: app/test/test_pflock.c:490: + /* start read test on all avaialble lcores */ WARNING:TYPO_SPELLING: 'PRES' may be misspelled - perhaps 'PRESS'? #796: FILE: lib/librte_eal/include/generic/rte_pflock.h:61: +#define RTE_PFLOCK_PRES 0x2 /* Writer present bit. */ WARNING:TYPO_SPELLING: 'PRES' may be misspelled - perhaps 'PRESS'? #930: FILE: lib/librte_eal/include/generic/rte_pflock.h:195: + (ticket & RTE_PFLOCK_PHID) | RTE_PFLOCK_PRES, WARNING:TYPO_SPELLING: 'PRES' may be misspelled - perhaps 'PRESS'? #996: FILE: lib/librte_eal/include/generic/rte_pflock.h:261: + (ticket & RTE_PFLOCK_PHID) | RTE_PFLOCK_PRES, total: 0 errors, 6 warnings, 906 lines checked