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

Eric Biggers posted 3 patches 3 months, 3 weeks ago
[PATCH 3/3] lib/crc/crc64: add include/linux/crc64.h to kernel-api.rst
Posted by Eric Biggers 3 months, 3 weeks ago
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 --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