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 CCF8A41E93 for ; Tue, 14 Mar 2023 19:37:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C904640A7E; Tue, 14 Mar 2023 19:37:27 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CD1D940A7E for ; Tue, 14 Mar 2023 19:37:21 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C79BF1209C6; Tue, 14 Mar 2023 19:37:21 +0100 (CET) Subject: |WARNING| pw125120 [dpdk-dev v2 2/3] app/test: add ecdh test cases In-Reply-To: <20230314183457.13918-3-kai.ji@intel.com> References: <20230314183457.13918-3-kai.ji@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kai Ji Message-Id: <20230314183721.C79BF1209C6@dpdk.org> Date: Tue, 14 Mar 2023 19:37:21 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/125120 _coding style issues_ WARNING:TYPO_SPELLING: 'allocationg' may be misspelled - perhaps 'allocating'? #121: FILE: app/test/test_cryptodev_asym.c:2260: + RTE_LOG(ERR, USER1, "Error when allocationg alice_op "); WARNING:TYPO_SPELLING: 'allocationg' may be misspelled - perhaps 'allocating'? #127: FILE: app/test/test_cryptodev_asym.c:2266: + RTE_LOG(ERR, USER1, "Error when allocationg bob_op "); total: 0 errors, 2 warnings, 528 lines checked