Re: [PATCH] docs: dma-api: remove needless bracket
From: Jonathan Corbet
Date: Fri Jul 10 2026 - 15:09:13 EST
Manuel Ebner <manuelebner@xxxxxxxxxxx> writes:
> Remove single ')'.
>
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
> ---
> Documentation/core-api/dma-api.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/dma-api.rst b/Documentation/core-api/dma-api.rst
> index ca75b3541679..ba23a472f794 100644
> --- a/Documentation/core-api/dma-api.rst
> +++ b/Documentation/core-api/dma-api.rst
> @@ -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
Applied, thanks.
jon