diff options
author | Baruch Siach <baruch@tkos.co.il> | 2023-05-29 09:38:11 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-06-09 01:59:30 -0600 |
commit | d27e40b5548182df4095c801020f239f103e4307 (patch) | |
tree | 038b282162d3610f92065e399a2339cf1115615e /Documentation/crypto | |
parent | 35d4a3c67eb5fe786e93e06df103fc3f181eaf07 (diff) | |
download | linux-d27e40b5548182df4095c801020f239f103e4307.tar.gz linux-d27e40b5548182df4095c801020f239f103e4307.tar.bz2 linux-d27e40b5548182df4095c801020f239f103e4307.zip |
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>
Diffstat (limited to 'Documentation/crypto')
-rw-r--r-- | Documentation/crypto/async-tx-api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 ------------------------ |