From: Ralph Siemsen Date: Thu, 27 Oct 2022 19:35:44 +0000 (-0400) Subject: crypto: doc - use correct function name X-Git-Tag: v6.2-rc1~87^2~106 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=329cfa42e5280decfc9247598b9996e13b28c380;p=tomoyo%2Ftomoyo-test1.git crypto: doc - use correct function name The hashing API does not have a function called .finish() Signed-off-by: Ralph Siemsen Signed-off-by: Herbert Xu --- 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. ::