diff mbox series

crypto: devel-algos.rst: use correct function name

Message ID 20221027193544.68632-1-ralph.siemsen@linaro.org
State Accepted
Commit 329cfa42e5280decfc9247598b9996e13b28c380
Headers show
Series crypto: devel-algos.rst: use correct function name | expand

Commit Message

Ralph Siemsen Oct. 27, 2022, 7:35 p.m. UTC
The hashing API does not have a function called .finish()

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
---
 Documentation/crypto/devel-algos.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Herbert Xu Nov. 4, 2022, 9:39 a.m. UTC | #1
Ralph Siemsen <ralph.siemsen@linaro.org> wrote:
> The hashing API does not have a function called .finish()
> 
> Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
> ---
> Documentation/crypto/devel-algos.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
diff mbox series

Patch

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.
 
 ::