]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/crc32: remove "_le" from crc32c base and arch functions
authorEric Biggers <ebiggers@google.com>
Sat, 8 Feb 2025 02:49:11 +0000 (18:49 -0800)
committerEric Biggers <ebiggers@google.com>
Sun, 9 Feb 2025 04:06:30 +0000 (20:06 -0800)
commit68ea3c2ae0affe68aefab27d55c82be5a45ad882
treed8caad9ccba976a98d08a8b2231c7c668b9fc7a0
parentc64e6570b48ab18675d00344fc3c1f13a86989b5
lib/crc32: remove "_le" from crc32c base and arch functions

Following the standardization on crc32c() as the lib entry point for the
Castagnoli CRC32 instead of the previous mix of crc32c(), crc32c_le(),
and __crc32c_le(), make the same change to the underlying base and arch
functions that implement it.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250208024911.14936-7-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
12 files changed:
arch/arm/lib/crc32-glue.c
arch/arm64/lib/crc32-glue.c
arch/loongarch/lib/crc32-loongarch.c
arch/mips/lib/crc32-mips.c
arch/powerpc/lib/crc32-glue.c
arch/riscv/lib/crc32-riscv.c
arch/s390/lib/crc32-glue.c
arch/sparc/lib/crc32_glue.c
arch/x86/lib/crc32-glue.c
crypto/crc32c_generic.c
include/linux/crc32.h
lib/crc32.c