]> git.baikalelectronics.ru Git - kernel.git/commit
dma-mapping: reformat comment to suppress htmldoc warning
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 27 Jul 2022 19:15:22 +0000 (13:15 -0600)
committerChristoph Hellwig <hch@lst.de>
Thu, 28 Jul 2022 14:21:33 +0000 (07:21 -0700)
commitd605fec92b2827d7743ca349d59e9464b332888c
tree868453bd6fabff36bc32e23a4751bbc6a883b770
parent430d0ecc03b8de24c0d915ce186f8f6fcd9b3e3a
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: baf39d7da62d ("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>
kernel/dma/mapping.c