docs: crypto: async-tx-api: fix typo in struct name
authorBaruch Siach <baruch@tkos.co.il>
Mon, 29 May 2023 06:38:11 +0000 (09:38 +0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 9 Jun 2023 07:59:30 +0000 (01:59 -0600)
Add missing underscore.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Link: https://lore.kernel.org/r/2ef9dfaa33c1eff019e6fe43fe738700c2230b3d.1685342291.git.baruch@tkos.co.il
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/crypto/async-tx-api.rst

index bfc773991bdc59b7c1c1a9fe7d50d840725b8b35..27c146b54d713dcabfd307a689d7de6ed7443047 100644 (file)
@@ -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
 ------------------------