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 4D20FA0546 for ; Tue, 6 Apr 2021 16:44:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 583BC141075; Tue, 6 Apr 2021 16:44:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2F8AD140FF1 for ; Tue, 6 Apr 2021 16:44:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2B56D120D43; Tue, 6 Apr 2021 16:44:40 +0200 (CEST) In-Reply-To: <20210406144144.19925-4-ndabilpuram@marvell.com> References: <20210406144144.19925-4-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210406144440.2B56D120D43@dpdk.org> Date: Tue, 6 Apr 2021 16:44:40 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90678 [PATCH v5 03/52] common/cnxk: add model init and IO handling API 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/90678 _coding style issues_ WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #194: FILE: drivers/common/cnxk/roc_io.h:35: +roc_atomic128_cas_noreturn(uint64_t swap0, uint64_t swap1, int64_t *ptr) WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #207: FILE: drivers/common/cnxk/roc_io.h:48: +roc_atomic128_cas_noreturn(uint64_t swap0, uint64_t swap1, uint64_t ptr) WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #220: FILE: drivers/common/cnxk/roc_io.h:61: +roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr) WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #223: FILE: drivers/common/cnxk/roc_io.h:64: + "cas %[compare], %[swap], [%[ptr]] " WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #379: FILE: drivers/common/cnxk/roc_io_generic.h:27: +roc_atomic128_cas_noreturn(uint64_t swap0, uint64_t swap1, uint64_t ptr) WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #387: FILE: drivers/common/cnxk/roc_io_generic.h:35: +roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr) total: 0 errors, 6 warnings, 805 lines checked