Skip to content

Commit 5b37c19

Browse files
RichiHherbertx
authored andcommitted
crypto: ecb - Fix checkpatch errors
Signed-off-by: Richard Hartmann <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent a501121 commit 5b37c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/ecb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static int crypto_ecb_crypt(struct blkcipher_desc *desc,
5555

5656
do {
5757
fn(crypto_cipher_tfm(tfm), wdst, wsrc);
58-
58+
5959
wsrc += bsize;
6060
wdst += bsize;
6161
} while ((nbytes -= bsize) >= bsize);

0 commit comments

Comments
 (0)