diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-09-05 23:08:14 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-09-05 23:08:14 +0200 |
commit | 34069d12e239ae8f36dd96c378e4622fb1c42a76 (patch) | |
tree | b33fabf1a4cc7530e93ab416f3156bdfe601a3a0 /Documentation/crypto/async-tx-api.rst | |
parent | Input: rpckbd - fix the return value handle for platform_get_irq() (diff) | |
parent | Linux 6.5 (diff) | |
download | linux-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.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 ------------------------ |