From: David Yang Date: Mon, 24 Apr 2023 17:20:21 +0000 (+0800) Subject: crypto: engine - Fix struct crypto_engine_op doc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dee3590c34a0475e92fcd60f58a417552e4518ff;p=linux.git crypto: engine - Fix struct crypto_engine_op doc Remove redundant underscore and fix some grammar in prepare_request doc. Signed-off-by: David Yang Acked-by: Randy Dunlap Signed-off-by: Herbert Xu --- diff --git a/include/crypto/engine.h b/include/crypto/engine.h index ae133e98d8131..2038764b30c2a 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 */