dma-mapping: fix the kerneldoc for dma_map_sgtable()
authorLogan Gunthorpe <logang@deltatee.com>
Tue, 5 Oct 2021 16:48:12 +0000 (10:48 -0600)
committerChristoph Hellwig <hch@lst.de>
Mon, 11 Oct 2021 11:43:04 +0000 (13:43 +0200)
commit011a9ce80763141e7fa613934e76bef8948e4a4f
treea4d9cd81ef5ca4e74fc7269b9ca6d5e841da0e35
parent59583f747664046aaae5588d56d5954fab66cce8
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>
kernel/dma/mapping.c