Skip to content

Commit d27e40b

Browse files
baruchsiachJonathan Corbet
authored andcommitted
docs: crypto: async-tx-api: fix typo in struct name
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>
1 parent 35d4a3c commit d27e40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/crypto/async-tx-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ features surfaced as a result:
6666
::
6767

6868
struct dma_async_tx_descriptor *
69-
async_<operation>(<op specific parameters>, struct async_submit ctl *submit)
69+
async_<operation>(<op specific parameters>, struct async_submit_ctl *submit)
7070

7171
3.2 Supported operations
7272
------------------------

0 commit comments

Comments
 (0)