The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] docs: dma-api: remove needless bracket
@ 2026-07-08 19:48 Manuel Ebner
  2026-07-08 20:41 ` Randy Dunlap
  2026-07-10 19:07 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Manuel Ebner @ 2026-07-08 19:48 UTC (permalink / raw)
  To: Jonathan Corbet, Shuah Khan; +Cc: Manuel Ebner, linux-doc, linux-kernel

Remove single ')'.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 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
 as well.
 
-- 
2.54.0


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

* Re: [PATCH] docs: dma-api: remove needless bracket
  2026-07-08 19:48 [PATCH] docs: dma-api: remove needless bracket Manuel Ebner
@ 2026-07-08 20:41 ` Randy Dunlap
  2026-07-10 19:07 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-07-08 20:41 UTC (permalink / raw)
  To: Manuel Ebner, Jonathan Corbet, Shuah Khan; +Cc: linux-doc, linux-kernel



On 7/8/26 12:48 PM, Manuel Ebner wrote:
> Remove single ')'.
> 
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  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
>  as well.
>  

-- 
~Randy

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

* Re: [PATCH] docs: dma-api: remove needless bracket
  2026-07-08 19:48 [PATCH] docs: dma-api: remove needless bracket Manuel Ebner
  2026-07-08 20:41 ` Randy Dunlap
@ 2026-07-10 19:07 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-07-10 19:07 UTC (permalink / raw)
  To: Manuel Ebner, Shuah Khan; +Cc: Manuel Ebner, linux-doc, linux-kernel

Manuel Ebner <manuelebner@mailbox.org> writes:

> Remove single ')'.
>
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
> ---
>  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

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

end of thread, other threads:[~2026-07-10 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 19:48 [PATCH] docs: dma-api: remove needless bracket Manuel Ebner
2026-07-08 20:41 ` Randy Dunlap
2026-07-10 19:07 ` Jonathan Corbet

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