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 AEC73A0548 for ; Thu, 1 Apr 2021 14:41:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C391141313; Thu, 1 Apr 2021 14:41:16 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3D90C14130B for ; Thu, 1 Apr 2021 14:41:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 38CE3121321; Thu, 1 Apr 2021 14:41:14 +0200 (CEST) In-Reply-To: <20210401123817.14348-4-ndabilpuram@marvell.com> References: <20210401123817.14348-4-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210401124114.38CE3121321@dpdk.org> Date: Thu, 1 Apr 2021 14:41:14 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90376 [PATCH v3 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/90376 _coding style issues_ WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #192: 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'? #205: 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'? #218: 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'? #221: FILE: drivers/common/cnxk/roc_io.h:64: + "cas %[compare], %[swap], [%[ptr]] " WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #377: 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'? #385: 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, 720 lines checked