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 ADEE6A034C for ; Thu, 18 Aug 2022 09:15:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA02B410E7; Thu, 18 Aug 2022 09:15:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4467140DDC for ; Thu, 18 Aug 2022 09:15:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2FEB5121D40; Thu, 18 Aug 2022 09:15:17 +0200 (CEST) Subject: |WARNING| pw115223 [PATCH 2/2] test/crypto: add ecdh tests In-Reply-To: <20220818060526.17343-3-arkadiuszx.kusztal@intel.com> References: <20220818060526.17343-3-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arek Kusztal Message-Id: <20220818071517.2FEB5121D40@dpdk.org> Date: Thu, 18 Aug 2022 09:15:17 +0200 (CEST) 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/115223 _coding style issues_ WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'? #143: FILE: app/test/test_cryptodev_asym.c:2422: + "Incorrect Alice public key length (X coeff) Received length = %lu Expeceted length = %lu ", WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'? #152: FILE: app/test/test_cryptodev_asym.c:2431: + "Incorrect Alice public key length (Y coeff) Received length = %lu Expeceted length = %lu ", WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'? #203: FILE: app/test/test_cryptodev_asym.c:2482: + "Incorrect Bob's public key length (X coeff) Received length = %lu Expeceted length = %lu ", WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'? #212: FILE: app/test/test_cryptodev_asym.c:2491: + "Incorrect Bob's public key length (Y coeff) Received length = %lu Expeceted length = %lu ", WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #602: FILE: app/test/test_cryptodev_ecdh_vectors.h:144: +#endif total: 0 errors, 5 warnings, 519 lines checked Warning in app/test/test_cryptodev_asym.c: Using %l format, prefer %PRI*64 if type is [u]int64_t