Skip to content

Commit

Permalink
dma-mapping: fix the kerneldoc for dma_map_sg_attrs
Browse files Browse the repository at this point in the history
Add the missing description for the nents parameter, and fix a trivial
misalignment.

Fixes: fffe3cc ("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>
  • Loading branch information
Christoph Hellwig committed Sep 6, 2021
1 parent c1dec34 commit a61cb60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/dma/mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ static int __dma_map_sg_attrs(struct device *dev, struct scatterlist *sg,
/**
* dma_map_sg_attrs - Map the given buffer for DMA
* @dev: The device for which to perform the DMA operation
* @sg: The sg_table object describing the buffer
* @sg: The sg_table object describing the buffer
* @nents: Number of entries to map
* @dir: DMA direction
* @attrs: Optional DMA attributes for the map operation
*
Expand Down

0 comments on commit a61cb60

Please sign in to comment.