diff options
author | 2025-01-28 19:05:21 +0000 | |
---|---|---|
committer | 2025-02-14 09:12:46 +0100 | |
commit | 78be7f04537fa35f6cc694879e9a475ca1984936 (patch) | |
tree | 416dce106db97def8f15c1e6495b9d583a120a96 | |
parent | iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path (diff) | |
download | wireguard-linux-78be7f04537fa35f6cc694879e9a475ca1984936.tar.xz wireguard-linux-78be7f04537fa35f6cc694879e9a475ca1984936.zip |
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>
-rw-r--r-- | drivers/iommu/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index 870c3cdbd0f6..60aed01e54f2 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -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) |