crypto: doc - use correct function name
authorRalph Siemsen <ralph.siemsen@linaro.org>
Thu, 27 Oct 2022 19:35:44 +0000 (15:35 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Nov 2022 09:35:44 +0000 (17:35 +0800)
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>
Documentation/crypto/devel-algos.rst

index f225a953ab4b9fb4891833872a1748d4c58d80a2..3506899ef83e394cd24463dbfcd170496c44ab2d 100644 (file)
@@ -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.
 
 ::