From patchwork Wed Jul 18 06:27:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix one comment on device_group function in struct iommu_ops From: Liu Sheng X-Patchwork-Id: 171600 Message-Id: <1342592838-17195-1-git-send-email-liusheng@linux.vnet.ibm.com> To: linux-pci@vger.kernel.org Cc: Liu Sheng Date: Wed, 18 Jul 2012 14:27:18 +0800 this patch fix one comment on device_group function in struct iommu_ops Signed-off-by: Liu Sheng --- 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 {