From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7FFD7A04B6 for ; Thu, 17 Sep 2020 07:18:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6E0901D506; Thu, 17 Sep 2020 07:18:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 209A71D40A; Thu, 17 Sep 2020 07:18:26 +0200 (CEST) In-Reply-To: <20200917051638.1904-4-adwivedi@marvell.com> References: <20200917051638.1904-4-adwivedi@marvell.com> To: test-report@dpdk.org Cc: Ankur Dwivedi Message-Id: <20200917051826.209A71D40A@dpdk.org> Date: Thu, 17 Sep 2020 07:18:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77959 [PATCH v2 3/3] event/octeontx2: add crypto adapter datapath X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/77959 _coding style issues_ WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #208: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:433: + inst.s9x.ei0 = req->ist.ei0; WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #209: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:434: + inst.s9x.ei1 = req->ist.ei1; WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #210: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:435: + inst.s9x.ei2 = req->ist.ei2; WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #211: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:436: + inst.s9x.ei3 = req->ist.ei3; total: 0 errors, 4 warnings, 213 lines checked