diff options
author | Li Zhijian <lizhijian@fujitsu.com> | 2023-11-01 10:02:01 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-11-17 18:46:01 +0300 |
commit | 407434939b072a4bc14f3e2b83823ba073cf8f42 (patch) | |
tree | 7e584e424af24c61ef6f5301a228c7520efc5d1d /Documentation/core-api | |
parent | 4746be1d222d7cdfdbe90a71370ffd2e0baa24d0 (diff) | |
download | linux-407434939b072a4bc14f3e2b83823ba073cf8f42.tar.xz |
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 <lizhijian@fujitsu.com>
Message-ID: <20231101070201.4066998-1-lizhijian@fujitsu.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/dma-api-howto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 ===================== |