* [PATCH -next] iommu: remove kernel-doc warnings
@ 2023-07-31 11:27 Zhu Wang
2023-07-31 14:06 ` Jason Gunthorpe
2023-08-07 12:41 ` Joerg Roedel
0 siblings, 2 replies; 3+ messages in thread
From: Zhu Wang @ 2023-07-31 11:27 UTC (permalink / raw)
To: joro, will, robin.murphy, iommu; +Cc: wangzhu9
Remove kernel-doc warnings:
drivers/iommu/iommu.c:3261: warning: Function parameter or member 'group'
not described in 'iommu_group_release_dma_owner'
drivers/iommu/iommu.c:3261: warning: Excess function parameter 'dev'
description in 'iommu_group_release_dma_owner'
drivers/iommu/iommu.c:3275: warning: Function parameter or member 'dev'
not described in 'iommu_device_release_dma_owner'
drivers/iommu/iommu.c:3275: warning: Excess function parameter 'group'
description in 'iommu_device_release_dma_owner'
Signed-off-by: Zhu Wang <wangzhu9@huawei.com>
---
drivers/iommu/iommu.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index 89195abc1444..145dbc8051ec 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -3253,7 +3253,7 @@ static void __iommu_release_dma_ownership(struct iommu_group *group)
/**
* iommu_group_release_dma_owner() - Release DMA ownership of a group
- * @dev: The device
+ * @group: The group
*
* Release the DMA ownership claimed by iommu_group_claim_dma_owner().
*/
@@ -3267,7 +3267,7 @@ EXPORT_SYMBOL_GPL(iommu_group_release_dma_owner);
/**
* iommu_device_release_dma_owner() - Release DMA ownership of a device
- * @group: The device.
+ * @dev: The device.
*
* Release the DMA ownership claimed by iommu_device_claim_dma_owner().
*/
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH -next] iommu: remove kernel-doc warnings
2023-07-31 11:27 [PATCH -next] iommu: remove kernel-doc warnings Zhu Wang
@ 2023-07-31 14:06 ` Jason Gunthorpe
2023-08-07 12:41 ` Joerg Roedel
1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2023-07-31 14:06 UTC (permalink / raw)
To: Zhu Wang; +Cc: joro, will, robin.murphy, iommu
On Mon, Jul 31, 2023 at 07:27:58PM +0800, Zhu Wang wrote:
> Remove kernel-doc warnings:
>
> drivers/iommu/iommu.c:3261: warning: Function parameter or member 'group'
> not described in 'iommu_group_release_dma_owner'
> drivers/iommu/iommu.c:3261: warning: Excess function parameter 'dev'
> description in 'iommu_group_release_dma_owner'
> drivers/iommu/iommu.c:3275: warning: Function parameter or member 'dev'
> not described in 'iommu_device_release_dma_owner'
> drivers/iommu/iommu.c:3275: warning: Excess function parameter 'group'
> description in 'iommu_device_release_dma_owner'
>
> Signed-off-by: Zhu Wang <wangzhu9@huawei.com>
> ---
> drivers/iommu/iommu.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Fixes: 89395ccedbc1 ("iommu: Add device-centric DMA ownership interfaces")
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Jason
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] iommu: remove kernel-doc warnings
2023-07-31 11:27 [PATCH -next] iommu: remove kernel-doc warnings Zhu Wang
2023-07-31 14:06 ` Jason Gunthorpe
@ 2023-08-07 12:41 ` Joerg Roedel
1 sibling, 0 replies; 3+ messages in thread
From: Joerg Roedel @ 2023-08-07 12:41 UTC (permalink / raw)
To: Zhu Wang; +Cc: will, robin.murphy, iommu
On Mon, Jul 31, 2023 at 07:27:58PM +0800, Zhu Wang wrote:
> drivers/iommu/iommu.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-07 12:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31 11:27 [PATCH -next] iommu: remove kernel-doc warnings Zhu Wang
2023-07-31 14:06 ` Jason Gunthorpe
2023-08-07 12:41 ` Joerg Roedel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.