Searched hist:"011 a9ce80763141e7fa613934e76bef8948e4a4f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A D | mapping.c | diff 011a9ce80763141e7fa613934e76bef8948e4a4f Tue Oct 05 11:48:12 CDT 2021 Logan Gunthorpe <logang@deltatee.com> dma-mapping: fix the kerneldoc for dma_map_sgtable()
htmldocs began producing the following warnings:
kernel/dma/mapping.c:256: WARNING: Definition list ends without a blank line; unexpected unindent. kernel/dma/mapping.c:257: WARNING: Bullet list ends without a blank line; unexpected unindent.
Reformatting the list without hyphens fixes the warnings and produces both a readable text and HTML output.
Fixes: fffe3cc8c219 ("dma-mapping: allow map_sg() ops to return negative error code") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|