* [PATCH v3] crypto: engine - Fix struct crypto_engine_op doc
@ 2023-04-24 17:20 David Yang
2023-04-24 19:05 ` Randy Dunlap
2023-05-12 10:59 ` Herbert Xu
0 siblings, 2 replies; 3+ messages in thread
From: David Yang @ 2023-04-24 17:20 UTC (permalink / raw)
To: linux-crypto; +Cc: David Yang, Herbert Xu, David S. Miller, linux-kernel
Remove redundant underscore and fix some grammar in prepare_request doc.
Signed-off-by: David Yang <mmyangfl@gmail.com>
---
v2: fix description too
v3: remove inappropriate commit tags
include/crypto/engine.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/crypto/engine.h b/include/crypto/engine.h
index ae133e98d813..2038764b30c2 100644
--- a/include/crypto/engine.h
+++ b/include/crypto/engine.h
@@ -78,7 +78,7 @@ struct crypto_engine {
/*
* struct crypto_engine_op - crypto hardware engine operations
- * @prepare__request: do some prepare if need before handle the current request
+ * @prepare_request: do some preparation if needed before handling the current request
* @unprepare_request: undo any work done by prepare_request()
* @do_one_request: do encryption for current request
*/
--
2.39.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v3] crypto: engine - Fix struct crypto_engine_op doc
2023-04-24 17:20 [PATCH v3] crypto: engine - Fix struct crypto_engine_op doc David Yang
@ 2023-04-24 19:05 ` Randy Dunlap
2023-05-12 10:59 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2023-04-24 19:05 UTC (permalink / raw)
To: David Yang, linux-crypto; +Cc: Herbert Xu, David S. Miller, linux-kernel
On 4/24/23 10:20, David Yang wrote:
> Remove redundant underscore and fix some grammar in prepare_request doc.
>
> Signed-off-by: David Yang <mmyangfl@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> v2: fix description too
> v3: remove inappropriate commit tags
> include/crypto/engine.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/crypto/engine.h b/include/crypto/engine.h
> index ae133e98d813..2038764b30c2 100644
> --- a/include/crypto/engine.h
> +++ b/include/crypto/engine.h
> @@ -78,7 +78,7 @@ struct crypto_engine {
>
> /*
> * struct crypto_engine_op - crypto hardware engine operations
> - * @prepare__request: do some prepare if need before handle the current request
> + * @prepare_request: do some preparation if needed before handling the current request
> * @unprepare_request: undo any work done by prepare_request()
> * @do_one_request: do encryption for current request
> */
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3] crypto: engine - Fix struct crypto_engine_op doc
2023-04-24 17:20 [PATCH v3] crypto: engine - Fix struct crypto_engine_op doc David Yang
2023-04-24 19:05 ` Randy Dunlap
@ 2023-05-12 10:59 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2023-05-12 10:59 UTC (permalink / raw)
To: David Yang; +Cc: linux-crypto, David S. Miller, linux-kernel
On Tue, Apr 25, 2023 at 01:20:21AM +0800, David Yang wrote:
> Remove redundant underscore and fix some grammar in prepare_request doc.
>
> Signed-off-by: David Yang <mmyangfl@gmail.com>
> ---
> v2: fix description too
> v3: remove inappropriate commit tags
> include/crypto/engine.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-12 11:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 17:20 [PATCH v3] crypto: engine - Fix struct crypto_engine_op doc David Yang
2023-04-24 19:05 ` Randy Dunlap
2023-05-12 10:59 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox