mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
crypto: ecb - Fix checkpatch errors
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
a501121e30
commit
5b37c19e36
@ -55,7 +55,7 @@ static int crypto_ecb_crypt(struct blkcipher_desc *desc,
|
||||
|
||||
do {
|
||||
fn(crypto_cipher_tfm(tfm), wdst, wsrc);
|
||||
|
||||
|
||||
wsrc += bsize;
|
||||
wdst += bsize;
|
||||
} while ((nbytes -= bsize) >= bsize);
|
||||
|
Loading…
Reference in New Issue
Block a user