Skip to content

Commit 0d35309

Browse files
jpbruckerjoergroedel
authored andcommitted
iommu: Fix comment for struct iommu_fwspec
Commit 986d5ec ("iommu: Move fwspec->iommu_priv to struct dev_iommu") removed iommu_priv from fwspec and commit 5702ee2 ("ACPI/IORT: Check ATS capability in root complex nodes") added @flags. Update the struct doc. Acked-by: Jonathan Cameron <[email protected]> Acked-by: Will Deacon <[email protected]> Signed-off-by: Jean-Philippe Brucker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 6e1ea50 commit 0d35309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/iommu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ struct iommu_group *fsl_mc_device_group(struct device *dev);
571571
* struct iommu_fwspec - per-device IOMMU instance data
572572
* @ops: ops for this device's IOMMU
573573
* @iommu_fwnode: firmware handle for this device's IOMMU
574-
* @iommu_priv: IOMMU driver private data for this device
574+
* @flags: IOMMU_FWSPEC_* flags
575575
* @num_pasid_bits: number of PASID bits supported by this device
576576
* @num_ids: number of associated device IDs
577577
* @ids: IDs which this device may present to the IOMMU

0 commit comments

Comments
 (0)