* [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in ecb.c
@ 2010-02-10 1:35 Richard Hartmann
0 siblings, 0 replies; only message in thread
From: Richard Hartmann @ 2010-02-10 1:35 UTC (permalink / raw)
To: linux-crypto; +Cc: Richard Hartmann, Herbert Xu, David S. Miller, linux-kernel
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
---
crypto/ecb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/crypto/ecb.c b/crypto/ecb.c
index a46838e..935cfef 100644
--- a/crypto/ecb.c
+++ b/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);
--
1.6.6.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-10 1:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-10 1:35 [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in ecb.c Richard Hartmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®