mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 08:39:08 -04:00
crypto: qat - spelling s/Decrytp/Decrypt/
Fix a typo in a comment. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
91fc6c7b33
commit
e68303c6fe
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user