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 6E9A4A04B1 for ; Wed, 9 Sep 2020 01:55:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 68AA94C99; Wed, 9 Sep 2020 01:55:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 30DE24C99; Wed, 9 Sep 2020 01:55:45 +0200 (CEST) In-Reply-To: <20200908100956.25868-4-adwivedi@marvell.com> References: <20200908100956.25868-4-adwivedi@marvell.com> To: test-report@dpdk.org Cc: Ankur Dwivedi Message-Id: <20200908235545.30DE24C99@dpdk.org> Date: Wed, 9 Sep 2020 01:55:45 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76912 [PATCH 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/76912 _coding style issues_ WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #207: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:433: + inst.s9x.ei0 = req->ist.ei0; WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #208: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:434: + inst.s9x.ei1 = req->ist.ei1; WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #209: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:435: + inst.s9x.ei2 = req->ist.ei2; WARNING:TYPO_SPELLING: 'ist' may be misspelled - perhaps 'is'? #210: FILE: drivers/crypto/octeontx2/otx2_cryptodev_ops.c:436: + inst.s9x.ei3 = req->ist.ei3; total: 0 errors, 4 warnings, 213 lines checked