]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
iommu: Clean up the comments for iommu_group_alloc
authorLu Baolu <baolu.lu@linux.intel.com>
Fri, 4 May 2018 05:08:16 +0000 (13:08 +0800)
committerJoerg Roedel <jroedel@suse.de>
Tue, 15 May 2018 14:34:59 +0000 (16:34 +0200)
@name parameter has been removed.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu.c

index 7f61b142263ed58ba5859167b94f863f28ca4421..63b37563db7e8b9de552319ad076d0d6d893ae52 100644 (file)
@@ -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.