From 3b3bb7cd627379963219bad12163430f9af94007 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 8 Feb 2023 12:49:33 +0100 Subject: treewide: Remove repeated words Found by linter Change-Id: I7a49cce0b56cf83d0e4490733f9190284a314c4a Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72896 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Felix Singer --- src/soc/intel/common/block/cpu/car/cache_as_ram.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common/block/cpu') diff --git a/src/soc/intel/common/block/cpu/car/cache_as_ram.S b/src/soc/intel/common/block/cpu/car/cache_as_ram.S index a1e73f970a..f2ae72c38a 100644 --- a/src/soc/intel/common/block/cpu/car/cache_as_ram.S +++ b/src/soc/intel/common/block/cpu/car/cache_as_ram.S @@ -389,7 +389,7 @@ car_cqos: mov %eax, %ecx /* save to ecx */ mov $1, %ebx shl %cl, %ebx - sub $1, %ebx /* resulting mask is is in ebx */ + sub $1, %ebx /* resulting mask is in ebx */ /* Set this mask for initial cache fill */ mov $MSR_L2_QOS_MASK(0), %ecx -- cgit v1.2.3