Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] crypto api: Use the right value when advancing scatterwalk_co…
…pychunks 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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information