* [PATCH -next] swiotlb: Add missing kernel-doc function comments for swiotlb_del_transient
@ 2024-07-12 7:38 Yang Li
2024-07-13 5:30 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2024-07-12 7:38 UTC (permalink / raw)
To: hch, m.szyprowski, robin.murphy; +Cc: iommu, linux-kernel, Yang Li, Abaci Robot
Add kernel-doc style comments for swiotlb_del_transient function.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9513
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
kernel/dma/swiotlb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/dma/swiotlb.c b/kernel/dma/swiotlb.c
index b4d8167b2f8d..df68d29740a0 100644
--- a/kernel/dma/swiotlb.c
+++ b/kernel/dma/swiotlb.c
@@ -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.
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] swiotlb: Add missing kernel-doc function comments for swiotlb_del_transient
2024-07-12 7:38 [PATCH -next] swiotlb: Add missing kernel-doc function comments for swiotlb_del_transient Yang Li
@ 2024-07-13 5:30 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2024-07-13 5:30 UTC (permalink / raw)
To: Yang Li; +Cc: hch, m.szyprowski, robin.murphy, iommu, linux-kernel, Abaci Robot
The kernel-doc comment is not missing, the desctiption of the new
paramter is. I've updated the commit log and dropped the pointless
closes.
Thanks for the patch!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-13 5:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 7:38 [PATCH -next] swiotlb: Add missing kernel-doc function comments for swiotlb_del_transient Yang Li
2024-07-13 5:30 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox