[CRYPTO] api: Use the right value when advancing scatterwalk_copychunks
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 31 Mar 2007 02:16:20 +0000 (12:16 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 31 Mar 2007 02:16:20 +0000 (12:16 +1000)
In the scatterwalk_copychunks loop, We should be advancing by
len_this_page and not nbytes.  The latter is the total length.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found