diff options
author | Lu Baolu | 2018-05-04 13:08:16 +0800 |
---|---|---|
committer | Joerg Roedel | 2018-05-15 16:34:59 +0200 |
commit | 1eefe5a034e3b9104f129ae4e8632838b8702a41 (patch) | |
tree | 56f94ad322a1aadda0872f3d63788e3b0863f373 /drivers/iommu | |
parent | 7f9584df8495787393d8c18598c2b6eb03e647b0 (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>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/iommu.c | 1 |
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 = { /** * iommu_group_alloc - Allocate a new group - * @name: Optional name to associate with group, visible in sysfs * * This function is called by an iommu driver to allocate a new iommu * group. The iommu group represents the minimum granularity of the iommu. |