[PATCH] docs: dmaengine: Fix bracket
From: Manuel Ebner
Date: Thu Sep 03 2026 - 07:03:11 EST
Add missing ')' to sentence.
Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
---
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