2022-10-27 19:45:35

by Ralph Siemsen

[permalink] [raw]
Subject: [PATCH] crypto: devel-algos.rst: use correct function name

The hashing API does not have a function called .finish()

Signed-off-by: Ralph Siemsen <[email protected]>
---
Documentation/crypto/devel-algos.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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.

::
--
2.25.1



2022-11-04 09:47:11

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: devel-algos.rst: use correct function name

Ralph Siemsen <[email protected]> wrote:
> The hashing API does not have a function called .finish()
>
> Signed-off-by: Ralph Siemsen <[email protected]>
> ---
> Documentation/crypto/devel-algos.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt