this patch fix one comment on device_group function in struct iommu_ops Signed-off-by: Liu Sheng <liusheng@xxxxxxxxxxxxxxxxxx> --- include/linux/iommu.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 450293f..d25e529 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -59,7 +59,7 @@ struct iommu_domain { * @unmap: unmap a physically contiguous memory region from an iommu domain * @iova_to_phys: translate iova to physical address * @domain_has_cap: domain capabilities query - * @commit: commit iommu domain + * @device_group: get the groupid of the device * @pgsize_bitmap: bitmap of supported page sizes */ struct iommu_ops { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html