Re: [PATCH] crypto: qat - fix typos sizeof for ctx

2016-05-31 Thread Herbert Xu
On Tue, May 17, 2016 at 10:53:51AM -0700, Tadeusz Struk wrote: > The sizeof(*ctx->dec_cd) and sizeof(*ctx->enc_cd) are equal, > but we should use the correct one for freeing memory anyway. > > Signed-off-by: Tadeusz Struk Applied. -- Email: Herbert Xu

[PATCH] crypto: qat - fix typos sizeof for ctx

2016-05-17 Thread Tadeusz Struk
The sizeof(*ctx->dec_cd) and sizeof(*ctx->enc_cd) are equal, but we should use the correct one for freeing memory anyway. Signed-off-by: Tadeusz Struk --- drivers/crypto/qat/qat_common/qat_algs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git