[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250619183414.100082-4-ebiggers@kernel.org>
Date: Thu, 19 Jun 2025 11:34:14 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Ard Biesheuvel <ardb@...nel.org>,
linux-crypto@...r.kernel.org
Subject: [PATCH 3/3] lib/crc/crc64: add include/linux/crc64.h to kernel-api.rst
From: Eric Biggers <ebiggers@...gle.com>
The other CRC functions with kerneldoc are here, so add crc64.h too.
Signed-off-by: Eric Biggers <ebiggers@...gle.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
Powered by blists - more mailing lists