Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Li Zhijian and committed by
Jonathan Corbet
40743493 4746be1d

+1 -1
+1 -1
Documentation/core-api/dma-api-howto.rst
··· 8 8 9 9 This is a guide to device driver writers on how to use the DMA API 10 10 with example pseudo-code. For a concise description of the API, see 11 - DMA-API.txt. 11 + Documentation/core-api/dma-api.rst. 12 12 13 13 CPU and DMA addresses 14 14 =====================