Skip to content

Commit b69bdba

Browse files
Yang LiChristoph Hellwig
authored andcommitted
swiotlb: fix kernel-doc description for swiotlb_del_transient
Describe the pool argument in the kernel-doc comment for swiotlb_del_transient. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 7296f23 commit b69bdba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/dma/swiotlb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,7 @@ static void swiotlb_release_slots(struct device *dev, phys_addr_t tlb_addr,
15001500
* swiotlb_del_transient() - delete a transient memory pool
15011501
* @dev: Device which mapped the buffer.
15021502
* @tlb_addr: Physical address within a bounce buffer.
1503+
* @pool: Pointer to the transient memory pool to be checked and deleted.
15031504
*
15041505
* Check whether the address belongs to a transient SWIOTLB memory pool.
15051506
* If yes, then delete the pool.

0 commit comments

Comments
 (0)