projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5a58c
)
lib/crc: crc64: Add include/linux/crc64.h to kernel-api.rst
author
Eric Biggers
<ebiggers@kernel.org>
Thu, 19 Jun 2025 18:34:14 +0000
(11:34 -0700)
committer
Eric 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
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/core-api/kernel-api.rst
b/Documentation/core-api/kernel-api.rst
index 0096463c7d7f791970cdbedfcad6ca58d77b8e61..111f6a595e48dce8823e3ae07a19bf8cf7ff6f16 100644
(file)
--- a/
Documentation/core-api/kernel-api.rst
+++ b/
Documentation/core-api/kernel-api.rst
@@
-156,6
+156,8
@@
CRC Functions
.. kernel-doc:: include/linux/crc32.h
+.. kernel-doc:: include/linux/crc64.h
+
Base 2 log and power Functions
------------------------------