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 04F2BA0A0C for ; Mon, 28 Jun 2021 18:37:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00EF541147; Mon, 28 Jun 2021 18:37:01 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B6DF541145 for ; Mon, 28 Jun 2021 18:36:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AAF19122E66; Mon, 28 Jun 2021 18:36:59 +0200 (CEST) In-Reply-To: <20210628163434.77741-8-arkadiuszx.kusztal@intel.com> References: <20210628163434.77741-8-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arek Kusztal Message-Id: <20210628163659.AAF19122E66@dpdk.org> Date: Mon, 28 Jun 2021 18:36:59 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94914 [PATCH v2 07/16] crypto/qat: rework init common header function 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/94914 _coding style issues_ WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #402: FILE: drivers/crypto/qat/qat_sym_session.c:1505: + header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #409: FILE: drivers/crypto/qat/qat_sym_session.c:1510: + header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #427: FILE: drivers/crypto/qat/qat_sym_session.c:1516: + ICP_QAT_FW_LA_RET_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #429: FILE: drivers/crypto/qat/qat_sym_session.c:1518: + ICP_QAT_FW_LA_CMP_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #432: FILE: drivers/crypto/qat/qat_sym_session.c:1521: + ICP_QAT_FW_LA_RET_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #434: FILE: drivers/crypto/qat/qat_sym_session.c:1523: + ICP_QAT_FW_LA_CMP_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #438: FILE: drivers/crypto/qat/qat_sym_session.c:1527: + ICP_QAT_FW_LA_RET_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #440: FILE: drivers/crypto/qat/qat_sym_session.c:1529: + ICP_QAT_FW_LA_CMP_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #453: FILE: drivers/crypto/qat/qat_sym_session.c:1535: + header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #458: FILE: drivers/crypto/qat/qat_sym_session.c:1539: + ICP_QAT_FW_LA_UPDATE_STATE_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #460: FILE: drivers/crypto/qat/qat_sym_session.c:1541: + ICP_QAT_FW_LA_DIGEST_IN_BUFFER_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #473: FILE: drivers/crypto/qat/qat_sym_session.c:1560: + &cdesc->fw_req.serv_specif_rqpars; WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #476: FILE: drivers/crypto/qat/qat_sym_session.c:1563: + &cdesc->fw_req.serv_specif_rqpars; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #490: FILE: drivers/crypto/qat/qat_sym_session.c:1604: + if (cdesc->qat_cipher_alg == [...] + cdesc->qat_dir = ICP_QAT_HW_CIPHER_DECRYPT; total: 0 errors, 14 warnings, 608 lines checked