2023-11-01 07:02:27

by Li Zhijian

[permalink] [raw]
Subject: [PATCH] docs: dma: update a reference to a moved document

Documentation/DMA-API.txt has moved to Documentation/core-api/dma-api.rst

Signed-off-by: Li Zhijian <[email protected]>
---
Documentation/core-api/dma-api-howto.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/dma-api-howto.rst b/Documentation/core-api/dma-api-howto.rst
index 72f6cdb6be1c..e8a55f9d61db 100644
--- a/Documentation/core-api/dma-api-howto.rst
+++ b/Documentation/core-api/dma-api-howto.rst
@@ -8,7 +8,7 @@ Dynamic DMA mapping Guide

This is a guide to device driver writers on how to use the DMA API
with example pseudo-code. For a concise description of the API, see
-DMA-API.txt.
+Documentation/core-api/dma-api.rst.

CPU and DMA addresses
=====================
--
2.41.0


2023-11-01 07:48:10

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH] docs: dma: update a reference to a moved document

On Wed, Nov 01, 2023 at 03:02:01PM +0800, Li Zhijian wrote:
> This is a guide to device driver writers on how to use the DMA API
> with example pseudo-code. For a concise description of the API, see
> -DMA-API.txt.
> +Documentation/core-api/dma-api.rst.
>

LGTM, thanks!

Reviewed-by: Bagas Sanjaya <[email protected]>

--
An old man doll... just what I always wanted! - Clara


Attachments:
(No filename) (399.00 B)
signature.asc (235.00 B)
Download all attachments

2023-11-17 15:46:39

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: dma: update a reference to a moved document

Li Zhijian <[email protected]> writes:

> Documentation/DMA-API.txt has moved to Documentation/core-api/dma-api.rst
>
> Signed-off-by: Li Zhijian <[email protected]>
> ---
> Documentation/core-api/dma-api-howto.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/dma-api-howto.rst b/Documentation/core-api/dma-api-howto.rst
> index 72f6cdb6be1c..e8a55f9d61db 100644
> --- a/Documentation/core-api/dma-api-howto.rst
> +++ b/Documentation/core-api/dma-api-howto.rst
> @@ -8,7 +8,7 @@ Dynamic DMA mapping Guide
>
> This is a guide to device driver writers on how to use the DMA API
> with example pseudo-code. For a concise description of the API, see
> -DMA-API.txt.
> +Documentation/core-api/dma-api.rst.

Applied, thanks.

jon