[PATCH] docs: dmaengine: Fix bracket

Manuel Ebner posted 1 patch 3 weeks, 1 day ago
Documentation/driver-api/dmaengine/provider.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: dmaengine: Fix bracket
Posted by Manuel Ebner 3 weeks, 1 day ago
Add missing ')' to sentence.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 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:
 
-- 
2.54.0
Re: [PATCH] docs: dmaengine: Fix bracket
Posted by Vinod Koul 3 weeks, 1 day ago
On Thu, 03 Sep 2026 11:55:45 +0200, Manuel Ebner wrote:
> Add missing ')' to sentence.
> 
> 

Applied, thanks!

[1/1] docs: dmaengine: Fix bracket
      commit: 635e425c0771ec2ba09b0ef69bb9814e2554374e

Best regards,
-- 
~Vinod
Re: [PATCH] docs: dmaengine: Fix bracket
Posted by Randy Dunlap 3 weeks, 1 day ago

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

Acked-by: Randy Dunlap <rdunlap@infradead.org>
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