[PATCH 3/3] lib/crc/crc64: add include/linux/crc64.h to kernel-api.rst
From: Eric Biggers
Date: Thu Jun 19 2025 - 14:35:52 EST
From: Eric Biggers <ebiggers@xxxxxxxxxx>
The other CRC functions with kerneldoc are here, so add crc64.h too.
Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
---
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
@@ -154,10 +154,12 @@ CRC Functions
.. kernel-doc:: lib/crc/crc-itu-t.c
:export:
.. kernel-doc:: include/linux/crc32.h
+.. kernel-doc:: include/linux/crc64.h
+
Base 2 log and power Functions
------------------------------
.. kernel-doc:: include/linux/log2.h
:internal:
--
2.50.0