]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
authorEric Biggers <ebiggers@google.com>
Sat, 8 Feb 2025 02:49:10 +0000 (18:49 -0800)
committerEric Biggers <ebiggers@google.com>
Sun, 9 Feb 2025 04:06:30 +0000 (20:06 -0800)
commitc64e6570b48ab18675d00344fc3c1f13a86989b5
tree51ed507273d0452e02ab0c7b55953de6f811fec8
parent8df36829045a133d558421cc3cf2384a6d9e47cc
lib/crc32: rename __crc32c_le_combine() to crc32c_combine()

Since the Castagnoli CRC32 is now always just crc32c(), rename
__crc32c_le_combine() and __crc32c_le_shift() accordingly.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250208024911.14936-6-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
drivers/infiniband/sw/siw/siw.h
include/linux/crc32.h
include/net/sctp/checksum.h
lib/crc32.c
lib/crc_kunit.c