Skip to content

Commit 329cfa4

Browse files
rfs613herbertx
authored andcommitted
crypto: doc - use correct function name
The hashing API does not have a function called .finish() Signed-off-by: Ralph Siemsen <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent ae1b83c commit 329cfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/crypto/devel-algos.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Here are schematics of how these functions are called when operated from
172172
other part of the kernel. Note that the .setkey() call might happen
173173
before or after any of these schematics happen, but must not happen
174174
during any of these are in-flight. Please note that calling .init()
175-
followed immediately by .finish() is also a perfectly valid
175+
followed immediately by .final() is also a perfectly valid
176176
transformation.
177177

178178
::

0 commit comments

Comments
 (0)