mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue