diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2021-12-17 14:49:16 +0100 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2021-12-20 09:01:55 +0100 |
commit | 664c0b58e0252f20c66084b467525fd9fb2892eb (patch) | |
tree | ec62f5c3d3bc2c3f6aa23adf6aaa9e732098f006 /drivers/iommu/amd/init.c | |
parent | 575f5cfb13c84f324f9898383fa4a5694e53c9ef (diff) | |
download | linux-664c0b58e0252f20c66084b467525fd9fb2892eb.tar.bz2 |
iommu/amd: Fix typo in *glues … together* in comment
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Link: https://lore.kernel.org/r/20211217134916.43698-1-pmenzel@molgen.mpg.de
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/amd/init.c')
-rw-r--r-- | drivers/iommu/amd/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/amd/init.c b/drivers/iommu/amd/init.c index b94822fc2c9f..dc338acf3338 100644 --- a/drivers/iommu/amd/init.c +++ b/drivers/iommu/amd/init.c @@ -1522,7 +1522,7 @@ static void amd_iommu_ats_write_check_workaround(struct amd_iommu *iommu) } /* - * This function clues the initialization function for one IOMMU + * This function glues the initialization function for one IOMMU * together and also allocates the command buffer and programs the * hardware. It does NOT enable the IOMMU. This is done afterwards. */ |