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 2237AA0540 for ; Mon, 13 Jul 2020 18:59:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 16D701D6BA; Mon, 13 Jul 2020 18:59:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3B5AE1D6B9; Mon, 13 Jul 2020 18:59:48 +0200 (CEST) In-Reply-To: <20200713165755.61814-3-roy.fan.zhang@intel.com> References: <20200713165755.61814-3-roy.fan.zhang@intel.com> To: test-report@dpdk.org Cc: Fan Zhang Message-Id: <20200713165948.3B5AE1D6B9@dpdk.org> Date: Mon, 13 Jul 2020 18:59:48 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw73971 [dpdk-dev v5 2/4] crypto/qat: add support to direct data-path APIs 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/73971 _coding style issues_ WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #201: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:64: + qat_req->comn_hdr.serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #298: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:161: + cipher_param = (void *)&req->serv_specif_rqpars; WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #313: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:176: + req->comn_hdr.serv_specif_flags, WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'cipher_param->u.cipher_IV_array' #374: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:237: + rte_memcpy(((uint8_t *)cipher_param-> + u.cipher_IV_array) + WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'cipher_param->u.cipher_IV_array[0]' #380: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:243: + *(uint8_t *)&cipher_param-> + u.cipher_IV_array[0] = WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #485: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:348: + cipher_param = (void *)&req->serv_specif_rqpars; WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #570: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:433: + cipher_param = (void *)&req->serv_specif_rqpars; WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #592: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:455: + req->comn_hdr.serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #677: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:540: + cipher_param = (void *)&req->serv_specif_rqpars; WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #785: FILE: drivers/crypto/qat/qat_sym_hw_dp.c:648: + header->serv_specif_flags, total: 0 errors, 10 warnings, 904 lines checked