dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Richard Hartmann 2010-02-16 20:33:49 +08:00 committed by Herbert Xu
parent a501121e30
commit 5b37c19e36
1 changed files with 1 additions and 1 deletions

View File

@ -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);