commit | 4ee531a3e661207d4b2174486b0f86017a3adb82 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 31 12:16:20 2007 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 31 12:16:20 2007 +1000 |
tree | 44d6a1cc5809d6263364367ac22a935cc294e270 | |
parent | ce20269d1e97030afa476e12b99d2437e748d225 [diff] |
[CRYPTO] api: Use the right value when advancing scatterwalk_copychunks 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>