summaryrefslogtreecommitdiffstats
path: root/Documentation/crypto/async-tx-api.rst
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2023-09-05 23:08:14 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-09-05 23:08:14 +0200
commit34069d12e239ae8f36dd96c378e4622fb1c42a76 (patch)
treeb33fabf1a4cc7530e93ab416f3156bdfe601a3a0 /Documentation/crypto/async-tx-api.rst
parentInput: rpckbd - fix the return value handle for platform_get_irq() (diff)
parentLinux 6.5 (diff)
downloadlinux-34069d12e239ae8f36dd96c378e4622fb1c42a76.tar.xz
linux-34069d12e239ae8f36dd96c378e4622fb1c42a76.zip
Merge tag 'v6.5' into next
Sync up with mainline to bring in updates to the shared infrastructure.
Diffstat (limited to 'Documentation/crypto/async-tx-api.rst')
-rw-r--r--Documentation/crypto/async-tx-api.rst2
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
------------------------