From: Lu Baolu Date: Wed, 30 Apr 2025 02:52:49 +0000 (+0800) Subject: iommu: Cleanup comments for dev_enable/disable_feat X-Git-Tag: v6.16-rc1~110^2^12~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e9b2ee2ba403cbe270a8256b8794ef5ad19b38d;p=thirdparty%2Fkernel%2Flinux.git iommu: Cleanup comments for dev_enable/disable_feat The dev_enable/disable_feat ops have been removed by commit ("iommu: Remove iommu_dev_enable/disable_feature()"). Cleanup the comments to make the code clean. Signed-off-by: Lu Baolu Reviewed-by: Vasant Hegde Reviewed-by: Kevin Tian Link: https://lore.kernel.org/r/20250430025249.2371751-1-baolu.lu@linux.intel.com Signed-off-by: Joerg Roedel --- diff --git a/include/linux/iommu.h b/include/linux/iommu.h index bc5363e6b43eb..56b4a1c2e0311 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -590,8 +590,6 @@ iommu_copy_struct_from_full_user_array(void *kdst, size_t kdst_entry_size, * @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_enable/disable_feat: per device entries to enable/disable - * iommu specific features. * @page_response: handle page request response * @def_domain_type: device default domain type, return value: * - IOMMU_DOMAIN_IDENTITY: must use an identity domain