Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: dmaengine: Fix bracket
@ 2026-09-03  9:55 Manuel Ebner
  2026-09-03 16:19 ` Randy Dunlap
  2026-09-03 17:04 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Manuel Ebner @ 2026-09-03  9:55 UTC (permalink / raw)
  To: Vinod Koul, Frank Li, Jonathan Corbet, Shuah Khan
  Cc: Manuel Ebner, dmaengine, linux-doc, linux-kernel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-03 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03  9:55 [PATCH] docs: dmaengine: Fix bracket Manuel Ebner
2026-09-03 16:19 ` Randy Dunlap
2026-09-03 17:04 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox