From 664c0b58e0252f20c66084b467525fd9fb2892eb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Dec 2021 14:49:16 +0100 Subject: [PATCH] =?utf8?q?iommu/amd:=20Fix=20typo=20in=20*glues=20?= =?utf8?q?=E2=80=A6=20together*=20in=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul Menzel Link: https://lore.kernel.org/r/20211217134916.43698-1-pmenzel@molgen.mpg.de Signed-off-by: Joerg Roedel --- drivers/iommu/amd/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/amd/init.c b/drivers/iommu/amd/init.c index b94822fc2c9f7..dc338acf33385 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. */ -- 2.30.2