diff mbox series

docs: crypto: async-tx-api: fix typo in struct name

Message ID 2ef9dfaa33c1eff019e6fe43fe738700c2230b3d.1685342291.git.baruch@tkos.co.il
State Accepted
Commit d27e40b5548182df4095c801020f239f103e4307
Headers show
Series docs: crypto: async-tx-api: fix typo in struct name | expand

Commit Message

Baruch Siach May 29, 2023, 6:38 a.m. UTC
Add missing underscore.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Documentation/crypto/async-tx-api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Corbet June 9, 2023, 8 a.m. UTC | #1
Baruch Siach <baruch@tkos.co.il> writes:

> Add missing underscore.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Documentation/crypto/async-tx-api.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/crypto/async-tx-api.rst b/Documentation/crypto/async-tx-api.rst
> index bfc773991bdc..27c146b54d71 100644
> --- a/Documentation/crypto/async-tx-api.rst
> +++ b/Documentation/crypto/async-tx-api.rst
> @@ -66,7 +66,7 @@ features surfaced as a result:
>  ::
>  
>    struct dma_async_tx_descriptor *
> -  async_<operation>(<op specific parameters>, struct async_submit ctl *submit)
> +  async_<operation>(<op specific parameters>, struct async_submit_ctl *submit)

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/crypto/async-tx-api.rst b/Documentation/crypto/async-tx-api.rst
index bfc773991bdc..27c146b54d71 100644
--- a/Documentation/crypto/async-tx-api.rst
+++ b/Documentation/crypto/async-tx-api.rst
@@ -66,7 +66,7 @@  features surfaced as a result:
 ::
 
   struct dma_async_tx_descriptor *
-  async_<operation>(<op specific parameters>, struct async_submit ctl *submit)
+  async_<operation>(<op specific parameters>, struct async_submit_ctl *submit)
 
 3.2 Supported operations
 ------------------------