dma-mapping: fix the kerneldoc for dma_map_sg_attrs
authorChristoph Hellwig <hch@lst.de>
Mon, 6 Sep 2021 12:40:00 +0000 (14:40 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 6 Sep 2021 12:40:47 +0000 (14:40 +0200)
commita61cb6017df0a9be072a35259e6e9ae7aa0ef6b3
treeff1a374f2134976f7c8a0f1cab1dbe0db248160f
parentc1dec343d7abdf8e71aab2a289ab45ce8b1afb7e
dma-mapping: fix the kerneldoc for dma_map_sg_attrs

Add the missing description for the nents parameter, and fix a trivial
misalignment.

Fixes: fffe3cc8c219 ("dma-mapping: allow map_sg() ops to return negative error codes")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/mapping.c