summaryrefslogtreecommitdiffstats
path: root/Documentation/crypto
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2022-10-27 15:35:44 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2022-11-04 17:35:44 +0800
commit329cfa42e5280decfc9247598b9996e13b28c380 (patch)
tree9b26e3175a8ade3f826bf31f9c2b2f4c451ce8ed /Documentation/crypto
parentae1b83c7d572101b3b5cfbf40415c4cc5d469bde (diff)
downloadlinux-329cfa42e5280decfc9247598b9996e13b28c380.tar.bz2
crypto: doc - use correct function name
The hashing API does not have a function called .finish() Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/crypto')
-rw-r--r--Documentation/crypto/devel-algos.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/crypto/devel-algos.rst b/Documentation/crypto/devel-algos.rst
index f225a953ab4b..3506899ef83e 100644
--- a/Documentation/crypto/devel-algos.rst
+++ b/Documentation/crypto/devel-algos.rst
@@ -172,7 +172,7 @@ Here are schematics of how these functions are called when operated from
other part of the kernel. Note that the .setkey() call might happen
before or after any of these schematics happen, but must not happen
during any of these are in-flight. Please note that calling .init()
-followed immediately by .finish() is also a perfectly valid
+followed immediately by .final() is also a perfectly valid
transformation.
::