]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
lib/crc: crc64: Add include/linux/crc64.h to kernel-api.rst
authorEric Biggers <ebiggers@kernel.org>
Thu, 19 Jun 2025 18:34:14 +0000 (11:34 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 30 Jun 2025 16:31:57 +0000 (09:31 -0700)
The other CRC functions with kerneldoc are here, so add crc64.h too.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250619183414.100082-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Documentation/core-api/kernel-api.rst

index 0096463c7d7f791970cdbedfcad6ca58d77b8e61..111f6a595e48dce8823e3ae07a19bf8cf7ff6f16 100644 (file)
@@ -156,6 +156,8 @@ CRC Functions
 
 .. kernel-doc:: include/linux/crc32.h
 
+.. kernel-doc:: include/linux/crc64.h
+
 Base 2 log and power Functions
 ------------------------------