Re: [PATCH] docs: dmaengine: Fix bracket

From: Randy Dunlap

Date: Thu Sep 03 2026 - 12:51:25 EST




On 9/3/26 2:55 AM, Manuel Ebner wrote:
> Add missing ')' to sentence.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.

> ---
> Documentation/driver-api/dmaengine/provider.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/dmaengine/provider.rst b/Documentation/driver-api/dmaengine/provider.rst
> index f4ed98f70..22d235fb4 100644
> --- a/Documentation/driver-api/dmaengine/provider.rst
> +++ b/Documentation/driver-api/dmaengine/provider.rst
> @@ -321,7 +321,7 @@ to use.
> - DESC_METADATA_CLIENT
>
> The metadata buffer is allocated/provided by the client driver and it is
> - attached (via the dmaengine_desc_attach_metadata() helper to the descriptor.
> + attached (via the dmaengine_desc_attach_metadata() helper) to the descriptor.
>
> From the DMA driver the following is expected for this mode:
>

--
~Randy