]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
iommu: Fix a spelling error
authorEaswar Hariharan <eahariha@linux.microsoft.com>
Tue, 28 Jan 2025 19:05:21 +0000 (19:05 +0000)
committerJoerg Roedel <jroedel@suse.de>
Fri, 14 Feb 2025 08:12:46 +0000 (09:12 +0100)
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>
drivers/iommu/iommu.c

index 870c3cdbd0f62212b91b9dd7504f728a12ba1147..60aed01e54f27cec3ed8b2ac79bcbfd4eb06e63f 100644 (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)