aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorLu Baolu <baolu.lu@linux.intel.com>2018-05-04 13:08:16 +0800
committerJoerg Roedel <jroedel@suse.de>2018-05-15 16:34:59 +0200
commit1eefe5a034e3b9104f129ae4e8632838b8702a41 (patch)
tree56f94ad322a1aadda0872f3d63788e3b0863f373 /drivers/iommu
parentiommu: Remove extra NULL check when call strtobool() (diff)
downloadlinux-dev-1eefe5a034e3b9104f129ae4e8632838b8702a41.tar.xz
linux-dev-1eefe5a034e3b9104f129ae4e8632838b8702a41.zip
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.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 = {
/**
* 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.