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 82E3845CFC for ; Thu, 14 Nov 2024 02:55:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 724784161A; Thu, 14 Nov 2024 02:55:03 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E1EBA427BD for ; Thu, 14 Nov 2024 02:54:58 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id DEBB9121E2B; Thu, 14 Nov 2024 02:54:58 +0100 (CET) Subject: |WARNING| pw148447 [PATCH v2 3/8] crypto/qat: force zero of keys In-Reply-To: <20241114015405.77060-4-stephen@networkplumber.org> References: <20241114015405.77060-4-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20241114015458.DEBB9121E2B@dpdk.org> Date: Thu, 14 Nov 2024 02:54:58 +0100 (CET) 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/148447 _coding style issues_ WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #109: FILE: drivers/crypto/qat/qat_sym_session.c:1637: + rte_memset_sensative(k0, 0, ICP_QAT_HW_AES_128_KEY_SZ); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #118: FILE: drivers/crypto/qat/qat_sym_session.c:1672: + rte_memset_sensative(out - WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #127: FILE: drivers/crypto/qat/qat_sym_session.c:1702: + rte_memset_sensative(in, 0, ICP_QAT_HW_GALOIS_H_SZ); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #137: FILE: drivers/crypto/qat/qat_sym_session.c:1761: + rte_memset_sensative(ipad, 0, block_size); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #138: FILE: drivers/crypto/qat/qat_sym_session.c:1762: + rte_memset_sensative(opad, 0, block_size); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #148: FILE: drivers/crypto/qat/qat_sym_session.c:2010: + rte_memset_sensative(ipad, 0, block_size); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #149: FILE: drivers/crypto/qat/qat_sym_session.c:2011: + rte_memset_sensative(opad, 0, block_size); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #158: FILE: drivers/crypto/qat/qat_sym_session.c:3236: + rte_memset_sensative(s, 0, qat_sym_session_get_private_size(dev)); total: 0 errors, 8 warnings, 59 lines checked