1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

iommu: Fix a spelling error

Fix spelling error IDENITY -> IDENTITY in
drivers/iommu/iommu.c.

Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20250128190522.70800-1-eahariha@linux.microsoft.com
[ joro: Add commit message ]
Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
Easwar Hariharan 2025-01-28 19:05:21 +00:00 committed by Joerg Roedel
parent ef75966abf
commit 78be7f0453

View file

@ -1756,7 +1756,7 @@ static int iommu_get_def_domain_type(struct iommu_group *group,
group->id);
/*
* Try to recover, drivers are allowed to force IDENITY or DMA, IDENTITY
* Try to recover, drivers are allowed to force IDENTITY or DMA, IDENTITY
* takes precedence.
*/
if (type == IOMMU_DOMAIN_IDENTITY)