|WARNING| pw148443 [PATCH 2/3] crypto/qat: use rte_memset_sensative

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 14 02:13:01 CET 2024


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148443

_coding style issues_


WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'?
#65: 
Subject: [PATCH 2/3] crypto/qat: use rte_memset_sensative

WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'?
#110: 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'?
#119: FILE: drivers/crypto/qat/qat_sym_session.c:1672:
+					rte_memset_sensative(out -

WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'?
#128: 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'?
#138: 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'?
#139: 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'?
#149: 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'?
#150: 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'?
#159: FILE: drivers/crypto/qat/qat_sym_session.c:3236:
+		rte_memset_sensative(s, 0, qat_sym_session_get_private_size(dev));

total: 0 errors, 9 warnings, 59 lines checked


More information about the test-report mailing list