From 9b0236f4efb889869f7d4f3f084f508cc0433ec9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 19 Jun 2025 11:34:14 -0700 Subject: [PATCH] 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 --- Documentation/core-api/kernel-api.rst | 2 ++ 1 file changed, 2 insertions(+) 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 ------------------------------ -- 2.47.2