summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Ebner <manuelebnerli@mailbox.org>2026-09-03 11:55:45 +0200
committerVinod Koul <vkoul@kernel.org>2026-09-03 19:02:13 +0530
commit635e425c0771ec2ba09b0ef69bb9814e2554374e (patch)
tree2602fdbded026d72a3397f756ac2cbdc0aae7216
parentcee9395acd8043be0644b25c34bfa86623f2b935 (diff)
downloadlinux-next-635e425c0771ec2ba09b0ef69bb9814e2554374e.tar.gz
linux-next-635e425c0771ec2ba09b0ef69bb9814e2554374e.zip
docs: dmaengine: Fix bracket
Add missing ')' to sentence. Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org> Link: https://patch.msgid.link/20260903095545.729607-3-manuelebnerli@mailbox.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--Documentation/driver-api/dmaengine/provider.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/dmaengine/provider.rst b/Documentation/driver-api/dmaengine/provider.rst
index f4ed98f701c9..22d235fb478f 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: