On 6/4/25 12:57 PM, Matthew Wilcox (Oracle) wrote: > 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@xxxxxxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > Documentation/core-api/dma-api.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/core-api/dma-api.rst b/Documentation/core-api/dma-api.rst > index 2ad08517e626..190ed8fe55ba 100644 > --- a/Documentation/core-api/dma-api.rst > +++ b/Documentation/core-api/dma-api.rst > @@ -915,3 +915,9 @@ the driver. When driver does unmap, debug_dma_unmap() checks the flag and if > this flag is still set, prints warning message that includes call trace that > leads up to the unmap. This interface can be called from dma_mapping_error() > routines to enable DMA mapping error check debugging. > + > +Functions and structures > +======================== > + > +.. kernel-doc:: include/linux/scatterlist.h > +.. kernel-doc:: lib/scatterlist.c -- ~Randy