Baruch Siach <baruch@xxxxxxxxxx> writes: > Add missing underscore. > > Signed-off-by: Baruch Siach <baruch@xxxxxxxxxx> > --- > Documentation/crypto/async-tx-api.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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) Applied, thanks. jon