Commit 7fd9aeb0 authored by Julia Lawall's avatar Julia Lawall Committed by Joerg Roedel
Browse files

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: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20240930112121.95324-20-Julia.Lawall@inria.fr


Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 8e929cb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2216,8 +2216,8 @@ EXPORT_SYMBOL_GPL(iommu_attach_group);

/**
 * iommu_group_replace_domain - replace the domain that a group is attached to
 * @new_domain: new IOMMU domain to replace with
 * @group: IOMMU group that will be attached to the new domain
 * @new_domain: new IOMMU domain to replace with
 *
 * This API allows the group to switch domains without being forced to go to
 * the blocking domain in-between.