Browse Source

crypto: ecb - Fix checkpatch errors

Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Richard Hartmann 15 năm trước cách đây
mục cha
commit
5b37c19e36
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crypto/ecb.c

+ 1 - 1
crypto/ecb.c

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