docs: dma-api: remove needless bracket

Remove single ')'.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260708194821.357548-2-manuelebner@mailbox.org>
This commit is contained in:
Manuel Ebner
2026-07-15 10:51:28 -06:00
committed by Jonathan Corbet
parent 2899b92260
commit 4b13911a46
+1 -1
View File
@@ -508,7 +508,7 @@ call to dma_iova_try_alloc. This can be useful in the unmap path.
Is used to link ranges to the IOVA previously allocated. The start of all
but the first call to dma_iova_link for a given state must be aligned
to the DMA merge boundary returned by ``dma_get_merge_boundary())``, and
to the DMA merge boundary returned by ``dma_get_merge_boundary()``, and
the size of all but the last range must be aligned to the DMA merge boundary
as well.