iommu: Remove comment of dev_has_feat in struct doc
authorYuan Can <yuancan@huawei.com>
Mon, 15 Aug 2022 01:33:39 +0000 (01:33 +0000)
committerJoerg Roedel <jroedel@suse.de>
Wed, 7 Sep 2022 08:45:58 +0000 (10:45 +0200)
dev_has_feat has been removed from iommu_ops in commit
309c56e84602 ("iommu: remove the unused dev_has_feat method"),
remove its description in the struct doc.

Signed-off-by: Yuan Can <yuancan@huawei.com>
Link: https://lore.kernel.org/r/20220815013339.2552-1-yuancan@huawei.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
include/linux/iommu.h

index ea30f00..a004e87 100644 (file)
@@ -212,7 +212,7 @@ struct iommu_iotlb_gather {
  * @of_xlate: add OF master IDs to iommu grouping
  * @is_attach_deferred: Check if domain attach should be deferred from iommu
  *                      driver init to device driver init (default no)
- * @dev_has/enable/disable_feat: per device entries to check/enable/disable
+ * @dev_enable/disable_feat: per device entries to enable/disable
  *                               iommu specific features.
  * @sva_bind: Bind process address space to device
  * @sva_unbind: Unbind process address space from device