[PATCH 08/12] crypto: adiantum - Use memcpy_{to,from}_sglist()
Herbert Xu
herbert at gondor.apana.org.au
Wed Dec 10 19:02:16 PST 2025
On Wed, Dec 10, 2025 at 05:18:40PM -0800, Eric Biggers wrote:
> Call the newer, easier-to-read functions memcpy_to_sglist() and
> memcpy_from_sglist() directly instead of calling
> scatterwalk_map_and_copy(). No change in behavior.
>
> Signed-off-by: Eric Biggers <ebiggers at kernel.org>
> ---
> crypto/adiantum.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Acked-by: Herbert Xu <herbert at gondor.apana.org.au>
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the linux-arm-kernel
mailing list