Searched hist:"8419702489 f3be7f9e4fcf12c04d9d3f00114d35" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A D | mapping.c | diff 8419702489f3be7f9e4fcf12c04d9d3f00114d35 Wed Jul 27 14:15:22 CDT 2022 Logan Gunthorpe <logang@deltatee.com> dma-mapping: reformat comment to suppress htmldoc warning
make html doc reports a cryptic warning with the commit named below:
kernel/dma/mapping.c:258: WARNING: Option list ends without a blank line; unexpected unindent.
Seems the parser is a bit fussy about the tabbing and having a single space tab causes the warning. To suppress the warning add another tab to the list and reindent everything.
Fixes: 7c2645a2a30a ("dma-mapping: allow EREMOTEIO return code for P2PDMA transfers") Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|