crypto: ecb - Fix checkpatch errors
authorRichard Hartmann <richih.mailinglist@gmail.com>
Tue, 16 Feb 2010 12:33:49 +0000 (20:33 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 16 Feb 2010 12:33:49 +0000 (20:33 +0800)
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ecb.c

index a46838e..935cfef 100644 (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);