Skip to content

Commit 7fd9aeb

Browse files
JuliaLawalljoergroedel
authored andcommitted
iommu: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 8e929cb commit 7fd9aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/iommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,8 +2216,8 @@ EXPORT_SYMBOL_GPL(iommu_attach_group);
22162216

22172217
/**
22182218
* iommu_group_replace_domain - replace the domain that a group is attached to
2219-
* @new_domain: new IOMMU domain to replace with
22202219
* @group: IOMMU group that will be attached to the new domain
2220+
* @new_domain: new IOMMU domain to replace with
22212221
*
22222222
* This API allows the group to switch domains without being forced to go to
22232223
* the blocking domain in-between.

0 commit comments

Comments
 (0)