Re: [PATCH] crypto: crc32c - Remove more outdated usage information
From: Eric Biggers
Date: Tue Mar 17 2026 - 12:35:25 EST
On Sat, Mar 14, 2026 at 10:31:30AM -0700, Eric Biggers wrote:
> Remove information from the crypto/crc32c.c file comment that is no
> longer applicable now that nearly all users of CRC-32C are simply using
> the crc32c() library function instead. This continues the cleanup from
> commit 0ef6eb10f2e0 ("crypto: Clean up help text for CRYPTO_CRC32C").
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> This patch is targeting crc-next.
>
> crypto/crc32c.c | 14 +-------------
> 1 file changed, 1 insertion(+), 13 deletions(-)
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next
- Eric