aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLu Baolu <baolu.lu@linux.intel.com>2018-05-04 01:08:16 -0400
committerJoerg Roedel <jroedel@suse.de>2018-05-15 10:34:59 -0400
commit1eefe5a034e3b9104f129ae4e8632838b8702a41 (patch)
tree56f94ad322a1aadda0872f3d63788e3b0863f373
parent7f9584df8495787393d8c18598c2b6eb03e647b0 (diff)
iommu: Clean up the comments for iommu_group_alloc
@name parameter has been removed. Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r--drivers/iommu/iommu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index 7f61b142263e..63b37563db7e 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -324,7 +324,6 @@ static struct kobj_type iommu_group_ktype = {
324 324
325/** 325/**
326 * iommu_group_alloc - Allocate a new group 326 * iommu_group_alloc - Allocate a new group
327 * @name: Optional name to associate with group, visible in sysfs
328 * 327 *
329 * This function is called by an iommu driver to allocate a new iommu 328 * This function is called by an iommu driver to allocate a new iommu
330 * group. The iommu group represents the minimum granularity of the iommu. 329 * group. The iommu group represents the minimum granularity of the iommu.