Commit 834ab85a authored by Nicolin Chen's avatar Nicolin Chen Committed by Joerg Roedel
Browse files

iommu: Fix kdocs of pci_dev_reset_iommu_done()



Remove the duplicated word. No functional change.

Fixes: c279e839 ("iommu: Introduce pci_dev_reset_iommu_prepare/done()")
Reviewed-by: default avatarShuai Xue <xueshuai@linux.alibaba.com>
Reviewed-by: default avatarJason Gunthorpe <jgg@nvidia.com>
Reviewed-by: default avatarKevin Tian <kevin.tian@intel.com>
Reviewed-by: default avatarLu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: default avatarNicolin Chen <nicolinc@nvidia.com>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent d769711f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4045,9 +4045,9 @@ EXPORT_SYMBOL_GPL(pci_dev_reset_iommu_prepare);
 * @pdev: PCI device that has finished a reset routine
 *
 * After a PCIe device finishes a reset routine, it wants to restore its IOMMU
 * IOMMU activity, including new translation as well as cache invalidation, by
 * re-attaching all RID/PASID of the device's back to the domains retained in
 * the core-level structure.
 * activity, including new translation and cache invalidation, by re-attaching
 * all RID/PASID of the device back to the domains retained in the core-level
 * structure.
 *
 * Caller must pair it with a successful pci_dev_reset_iommu_prepare().
 *