Skip to content

Commit 7f4a78b

Browse files
easwarhaaron-ang
authored andcommitted
iommu: Fix a spelling error
Fix spelling error IDENITY -> IDENTITY in drivers/iommu/iommu.c. Signed-off-by: Easwar Hariharan <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ joro: Add commit message ] Signed-off-by: Joerg Roedel <[email protected]>
1 parent b9cc52b commit 7f4a78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/iommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ static int iommu_get_def_domain_type(struct iommu_group *group,
17561756
group->id);
17571757

17581758
/*
1759-
* Try to recover, drivers are allowed to force IDENITY or DMA, IDENTITY
1759+
* Try to recover, drivers are allowed to force IDENTITY or DMA, IDENTITY
17601760
* takes precedence.
17611761
*/
17621762
if (type == IOMMU_DOMAIN_IDENTITY)

0 commit comments

Comments
 (0)