From: Li Zhijian Date: Wed, 1 Nov 2023 07:02:01 +0000 (+0800) Subject: docs: dma: update a reference to a moved document X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=407434939b072a4bc14f3e2b83823ba073cf8f42;p=linux.git 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 Message-ID: <20231101070201.4066998-1-lizhijian@fujitsu.com> Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/core-api/dma-api-howto.rst b/Documentation/core-api/dma-api-howto.rst index 72f6cdb6be1c0..e8a55f9d61dbc 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 =====================