Re: [PATCH 0/3] lib/crc: improve docs and change crc32() to inline function
From: Ard Biesheuvel
Date: Fri Jun 20 2025 - 17:41:14 EST
On Thu, 19 Jun 2025 at 20:35, Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> Document crc32_le(), crc32_be(), and crc32c(). Also change crc32() from
> a macro to an inline function.
>
> Eric Biggers (3):
> lib/crc/crc32: document crc32_le(), crc32_be(), and crc32c()
> lib/crc/crc32: change crc32() from macro to inline function and remove
> cast
> lib/crc/crc64: add include/linux/crc64.h to kernel-api.rst
>
For the series,
Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx>