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 1768AA0524 for ; Mon, 31 May 2021 16:12:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0140440140; Mon, 31 May 2021 16:12:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E92A040041 for ; Mon, 31 May 2021 16:12:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E5827122E1E; Mon, 31 May 2021 16:12:01 +0200 (CEST) In-Reply-To: <20210531141027.13289-8-arkadiuszx.kusztal@intel.com> References: <20210531141027.13289-8-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arek Kusztal Message-Id: <20210531141201.E5827122E1E@dpdk.org> Date: Mon, 31 May 2021 16:12:01 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93630 [PATCH 07/15] 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/93630 _coding style issues_ WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #407: FILE: drivers/crypto/qat/qat_sym_session.c:1504: + header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #414: FILE: drivers/crypto/qat/qat_sym_session.c:1509: + header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #432: FILE: drivers/crypto/qat/qat_sym_session.c:1515: + 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:1517: + ICP_QAT_FW_LA_CMP_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #437: FILE: drivers/crypto/qat/qat_sym_session.c:1520: + ICP_QAT_FW_LA_RET_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #439: FILE: drivers/crypto/qat/qat_sym_session.c:1522: + ICP_QAT_FW_LA_CMP_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #443: FILE: drivers/crypto/qat/qat_sym_session.c:1526: + ICP_QAT_FW_LA_RET_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #445: FILE: drivers/crypto/qat/qat_sym_session.c:1528: + ICP_QAT_FW_LA_CMP_AUTH_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #458: FILE: drivers/crypto/qat/qat_sym_session.c:1534: + header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #463: FILE: drivers/crypto/qat/qat_sym_session.c:1538: + ICP_QAT_FW_LA_UPDATE_STATE_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #465: FILE: drivers/crypto/qat/qat_sym_session.c:1540: + ICP_QAT_FW_LA_DIGEST_IN_BUFFER_SET(header->serv_specif_flags, WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #478: FILE: drivers/crypto/qat/qat_sym_session.c:1559: + &cdesc->fw_req.serv_specif_rqpars; WARNING:TYPO_SPELLING: 'specif' may be misspelled - perhaps 'specify'? #481: FILE: drivers/crypto/qat/qat_sym_session.c:1562: + &cdesc->fw_req.serv_specif_rqpars; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #495: FILE: drivers/crypto/qat/qat_sym_session.c:1603: + if (cdesc->qat_cipher_alg == [...] + cdesc->qat_dir = ICP_QAT_HW_CIPHER_DECRYPT; total: 0 errors, 14 warnings, 607 lines checked