]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/crc32: drop leading underscores from __crc32c_le_base
authorEric Biggers <ebiggers@google.com>
Mon, 2 Dec 2024 01:08:26 +0000 (17:08 -0800)
committerEric Biggers <ebiggers@google.com>
Mon, 2 Dec 2024 01:23:01 +0000 (17:23 -0800)
commit0a499a7e9819e7a0980408f18df68160a0b55f2e
treef179f496235dafad79fc6a05a61637a69a2c07c6
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
lib/crc32: drop leading underscores from __crc32c_le_base

Remove the leading underscores from __crc32c_le_base().

This is in preparation for adding crc32c_le_arch() and eventually
renaming __crc32c_le() to crc32c_le().

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20241202010844.144356-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
arch/arm64/lib/crc32-glue.c
arch/riscv/lib/crc32.c
crypto/crc32c_generic.c
include/linux/crc32.h
lib/crc32.c