]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu/vt-d: Remove comment for def_domain_type
authorLu Baolu <baolu.lu@linux.intel.com>
Tue, 2 Jul 2024 13:08:34 +0000 (21:08 +0800)
committerWill Deacon <will@kernel.org>
Wed, 3 Jul 2024 15:39:25 +0000 (16:39 +0100)
commit5fbf97371dc0a48794280445bc94e2e15dd81a63
tree50d1eea3014926359aaf6318c62c309a07088d0d
parentb5e86a95541cea737394a1da967df4cd4d8f7182
iommu/vt-d: Remove comment for def_domain_type

The comment for def_domain_type is outdated. Part of it is irrelevant.
Furthermore, it could just be deleted since the iommu_ops::def_domain_type
callback is properly documented in iommu.h, so individual implementations
shouldn't need to repeat that. Remove it to avoid confusion.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Link: https://lore.kernel.org/r/20240624024327.234979-1-baolu.lu@linux.intel.com
Link: https://lore.kernel.org/r/20240702130839.108139-3-baolu.lu@linux.intel.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/intel/iommu.c