diff mbox

fix one comment on device_group function in struct iommu_ops

Message ID 1342592838-17195-1-git-send-email-liusheng@linux.vnet.ibm.com
State Not Applicable
Headers show

Commit Message

Liu Sheng July 18, 2012, 6:27 a.m. UTC
this patch fix one comment on device_group function in struct iommu_ops

Signed-off-by: Liu Sheng <liusheng@linux.vnet.ibm.com>
---
 include/linux/iommu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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 {