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 C4613A0032 for ; Wed, 17 Aug 2022 16:15:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0C4D41181; Wed, 17 Aug 2022 16:15:48 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B6C4441181 for ; Wed, 17 Aug 2022 16:15:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B3033121D40; Wed, 17 Aug 2022 16:15:47 +0200 (CEST) Subject: |WARNING| pw115209 [dpdk-dev v2] app/test: random test vectors for Asymc RSA In-Reply-To: <20220817141444.18437-1-przemyslawx.zegan@intel.com> References: <20220817141444.18437-1-przemyslawx.zegan@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Przemyslaw Zegan Message-Id: <20220817141547.B3033121D40@dpdk.org> Date: Wed, 17 Aug 2022 16:15:47 +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/115209 _coding style issues_ WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'? #492: FILE: app/test/test_cryptodev_asym_common.c:91: +void ats_err_msg_enque(char *msg, uint32_t len, uint32_t line) WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'? #564: FILE: app/test/test_cryptodev_asym_common.h:40: +void ats_err_msg_enque(char *msg, uint32_t len, uint32_t line); WARNING:AVOID_EXTERNS: externs should be avoided in .c files #671: FILE: app/test/test_cryptodev_asym_rsa.c:25: +extern struct crypto_testsuite_params_asym testsuite_params_asym; WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'? #806: FILE: app/test/test_cryptodev_asym_rsa.c:160: + ats_err_msg_enque(test_msg, ASYM_TEST_MSG_LEN, __LINE__); WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used #1122: FILE: app/test/test_cryptodev_asym_rsa_creator.c:138: + vct->padding = rule->padding, + vct->op_type_flags = rule->operation; total: 0 errors, 5 warnings, 1204 lines checked