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.

doc: Include scatterlist APIs in htmldocs

We have all this fine kernel-doc written, and it's not published
anywhere. Expose it to public view.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250604195753.823742-1-willy@infradead.org

authored by

Matthew Wilcox (Oracle) and committed by
Jonathan Corbet
15988788 27ad33b6

+6
+6
Documentation/core-api/dma-api.rst
··· 915 915 this flag is still set, prints warning message that includes call trace that 916 916 leads up to the unmap. This interface can be called from dma_mapping_error() 917 917 routines to enable DMA mapping error check debugging. 918 + 919 + Functions and structures 920 + ======================== 921 + 922 + .. kernel-doc:: include/linux/scatterlist.h 923 + .. kernel-doc:: lib/scatterlist.c