diff mbox series

[3/3] lib/crc/crc64: add include/linux/crc64.h to kernel-api.rst

Message ID 20250619183414.100082-4-ebiggers@kernel.org
State New
Headers show
Series lib/crc: improve docs and change crc32() to inline function | expand

Commit Message

Eric Biggers June 19, 2025, 6:34 p.m. UTC
From: Eric Biggers <ebiggers@google.com>

The other CRC functions with kerneldoc are here, so add crc64.h too.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 Documentation/core-api/kernel-api.rst | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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: