Skip to content

Commit

Permalink
crypto: qce - Remover src_tbl from qce_cipher_reqctx
Browse files Browse the repository at this point in the history
src_table is unused and hence remove it from struct qce_cipher_reqctx

Signed-off-by: Thara Gopinath <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
tharagopinath authored and herbertx committed Mar 7, 2021
1 parent 24cbcc9 commit 62e4842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/crypto/qce/cipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ struct qce_cipher_reqctx {
struct scatterlist result_sg;
struct sg_table dst_tbl;
struct scatterlist *dst_sg;
struct sg_table src_tbl;
struct scatterlist *src_sg;
unsigned int cryptlen;
struct skcipher_request fallback_req; // keep at the end
Expand Down

0 comments on commit 62e4842

Please sign in to comment.