From: Lu Baolu Date: Fri, 4 May 2018 05:08:16 +0000 (+0800) Subject: iommu: Clean up the comments for iommu_group_alloc X-Git-Tag: v4.19~847^2^7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1eefe5a034e3b9104f129ae4e8632838b8702a41;p=platform%2Fkernel%2Flinux-rpi.git iommu: Clean up the comments for iommu_group_alloc @name parameter has been removed. Signed-off-by: Lu Baolu Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index 7f61b14..63b3756 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.