Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Baruch Siach and committed by
Jonathan Corbet
d27e40b5 35d4a3c6

+1 -1
+1 -1
Documentation/crypto/async-tx-api.rst
··· 66 66 :: 67 67 68 68 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) 70 70 71 71 3.2 Supported operations 72 72 ------------------------