Skip to content

Commit

Permalink
crypto: ecb - Fix checkpatch errors
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Hartmann <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
RichiH authored and herbertx committed Feb 16, 2010
1 parent a501121 commit 5b37c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ecb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5b37c19

Please sign in to comment.