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 71A20A0546 for ; Tue, 6 Apr 2021 13:45:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 90986140F69; Tue, 6 Apr 2021 13:45:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D490E140F3C for ; Tue, 6 Apr 2021 13:45:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CAD6B120D42; Tue, 6 Apr 2021 13:45:01 +0200 (CEST) In-Reply-To: <20210406114131.25874-4-ndabilpuram@marvell.com> References: <20210406114131.25874-4-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210406114501.CAD6B120D42@dpdk.org> Date: Tue, 6 Apr 2021 13:45:01 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90616 [PATCH v4 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/90616 _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