From: Eric Biggers Date: Thu, 19 Jun 2025 18:34:14 +0000 (-0700) Subject: lib/crc: crc64: Add include/linux/crc64.h to kernel-api.rst X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0236f4efb889869f7d4f3f084f508cc0433ec9;p=thirdparty%2Flinux.git lib/crc: crc64: Add include/linux/crc64.h to kernel-api.rst The other CRC functions with kerneldoc are here, so add crc64.h too. Acked-by: Ard Biesheuvel Link: https://lore.kernel.org/r/20250619183414.100082-4-ebiggers@kernel.org Signed-off-by: Eric Biggers --- diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 0096463c7d7f7..111f6a595e48d 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -156,6 +156,8 @@ CRC Functions .. kernel-doc:: include/linux/crc32.h +.. kernel-doc:: include/linux/crc64.h + Base 2 log and power Functions ------------------------------