]> Git Repo - linux.git/commitdiff
swiotlb: fix kernel-doc description for swiotlb_del_transient
authorYang Li <[email protected]>
Fri, 12 Jul 2024 07:38:16 +0000 (15:38 +0800)
committerChristoph Hellwig <[email protected]>
Sat, 13 Jul 2024 05:36:10 +0000 (07:36 +0200)
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]>
kernel/dma/swiotlb.c

index b4d8167b2f8d41843ce498653252d86fb8ee515e..df68d29740a035e5583c9529b9a481f394fba50d 100644 (file)
@@ -1500,6 +1500,7 @@ static void swiotlb_release_slots(struct device *dev, phys_addr_t tlb_addr,
  * swiotlb_del_transient() - delete a transient memory pool
  * @dev:       Device which mapped the buffer.
  * @tlb_addr:  Physical address within a bounce buffer.
+ * @pool:       Pointer to the transient memory pool to be checked and deleted.
  *
  * Check whether the address belongs to a transient SWIOTLB memory pool.
  * If yes, then delete the pool.
This page took 0.047591 seconds and 4 git commands to generate.