Commit d27e40b5 authored by Baruch Siach's avatar Baruch Siach Committed by Jonathan Corbet

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

Add missing underscore.
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Link: https://lore.kernel.org/r/2ef9dfaa33c1eff019e6fe43fe738700c2230b3d.1685342291.git.baruch@tkos.co.ilSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 35d4a3c6
...@@ -66,7 +66,7 @@ features surfaced as a result: ...@@ -66,7 +66,7 @@ features surfaced as a result:
:: ::
struct dma_async_tx_descriptor * 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 3.2 Supported operations
------------------------ ------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment