[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220715044613.19908-1-wangborong@cdjrlc.com>
Date: Fri, 15 Jul 2022 12:46:13 +0800
From: Jason Wang <wangborong@...rlc.com>
To: mingo@...hat.com
Cc: tglx@...utronix.de, bp@...en8.de, dave.hansen@...ux.intel.com,
x86@...nel.org, hpa@...or.com, logang@...tatee.com,
martin.oliveira@...eticom.com, konrad.wilk@...cle.com,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] x86/amd_gart: Fix comment typo
The double `also' is duplicated in line 56, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
arch/x86/kernel/amd_gart_64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/amd_gart_64.c b/arch/x86/kernel/amd_gart_64.c
index 194d54eed537..19a0207e529f 100644
--- a/arch/x86/kernel/amd_gart_64.c
+++ b/arch/x86/kernel/amd_gart_64.c
@@ -53,7 +53,7 @@ static u32 *iommu_gatt_base; /* Remapping table */
* of only flushing when an mapping is reused. With it true the GART is
* flushed for every mapping. Problem is that doing the lazy flush seems
* to trigger bugs with some popular PCI cards, in particular 3ware (but
- * has been also also seen with Qlogic at least).
+ * has been also seen with Qlogic at least).
*/
static int iommu_fullflush = 1;
--
2.35.1
Powered by blists - more mailing lists