Commit 5b37c19e36de46d2a96ce127addb4c4bbaa4619a

Authored by Richard Hartmann
Committed by Herbert Xu
1 parent a501121e30

crypto: ecb - Fix checkpatch errors

Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -55,7 +55,7 @@
55 55  
56 56 do {
57 57 fn(crypto_cipher_tfm(tfm), wdst, wsrc);
58   -
  58 +
59 59 wsrc += bsize;
60 60 wdst += bsize;
61 61 } while ((nbytes -= bsize) >= bsize);