[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200212084536.9083-1-geert+renesas@glider.be>
Date: Wed, 12 Feb 2020 09:45:36 +0100
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Giovanni Cabiddu <giovanni.cabiddu@...el.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S . Miller" <davem@...emloft.net>,
Jiri Kosina <trivial@...nel.org>
Cc: qat-linux@...el.com, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH trivial] crypto: qat - spelling s/Decrytp/Decrypt/
Fix a typo in a comment.
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
drivers/crypto/qat/qat_common/qat_algs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/qat/qat_common/qat_algs.c b/drivers/crypto/qat/qat_common/qat_algs.c
index 833bb1d3a11bc5e8..e14d3dd291f0946c 100644
--- a/drivers/crypto/qat/qat_common/qat_algs.c
+++ b/drivers/crypto/qat/qat_common/qat_algs.c
@@ -97,7 +97,7 @@ struct qat_alg_cd {
struct icp_qat_hw_cipher_algo_blk cipher;
struct icp_qat_hw_auth_algo_blk hash;
} qat_enc_cd;
- struct qat_dec { /* Decrytp content desc */
+ struct qat_dec { /* Decrypt content desc */
struct icp_qat_hw_auth_algo_blk hash;
struct icp_qat_hw_cipher_algo_blk cipher;
} qat_dec_cd;
--
2.17.1
Powered by blists - more mailing lists