aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/amd_gart_64.c
diff options
context:
space:
mode:
authorGravatar Jason Wang <wangborong@cdjrlc.com> 2022-07-15 12:48:09 +0800
committerGravatar Borislav Petkov <bp@suse.de> 2022-08-15 19:17:52 +0200
commit3163600cab67ffd276a3bb97891404c59c8595a4 (patch)
tree6ae246cbc91ff16079bb5d8f62e101d4076a2b65 /arch/x86/kernel/amd_gart_64.c
parentx86/boot: Remove superfluous type casting from arch/x86/boot/bitops.h (diff)
downloadlinux-3163600cab67ffd276a3bb97891404c59c8595a4.tar.gz
linux-3163600cab67ffd276a3bb97891404c59c8595a4.tar.bz2
linux-3163600cab67ffd276a3bb97891404c59c8595a4.zip
x86: Fix various duplicate-word comment typos
[ mingo: Consolidated 4 very similar patches into one, it's silly to spread this out. ] Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20220715044809.20572-1-wangborong@cdjrlc.com
Diffstat (limited to 'arch/x86/kernel/amd_gart_64.c')
-rw-r--r--arch/x86/kernel/amd_gart_64.c2
1 files changed, 1 insertions, 1 deletions
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;