Commit 9cb633ac authored by Alexey Kardashevskiy's avatar Alexey Kardashevskiy Committed by Alex Williamson
Browse files

vfio/spapr_tce: Fix the comment



Grepping for "iommu_ops" finds this spot and gives wrong impression
that iommu_ops is used in here, fix the comment.

Signed-off-by: default avatarAlexey Kardashevskiy <aik@ozlabs.ru>
Link: https://lore.kernel.org/r/20220714080912.3713509-1-aik@ozlabs.ru


[aw: convert to multi-line comment]
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent 8cfc5b60
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1265,7 +1265,10 @@ static int tce_iommu_attach_group(void *iommu_data,
		goto unlock_exit;
	}

	/* Check if new group has the same iommu_ops (i.e. compatible) */
	/*
	 * Check if new group has the same iommu_table_group_ops
	 * (i.e. compatible)
	 */
	list_for_each_entry(tcegrp, &container->group_list, next) {
		struct iommu_table_group *table_group_tmp;