From 9148cd145fd3a8cca04d40a05e139ad3a7251acf Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 14:56:17 +0100 Subject: soc/intel/common/block/itss/itss.c: Remove repeated word Change-Id: Icc4954bcc1540f1935b0e34107febb4a1e947a36 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49519 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- src/soc/intel/common/block/itss/itss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/common/block/itss/itss.c b/src/soc/intel/common/block/itss/itss.c index 4ae01f8f03..e918651e59 100644 --- a/src/soc/intel/common/block/itss/itss.c +++ b/src/soc/intel/common/block/itss/itss.c @@ -120,7 +120,7 @@ void itss_restore_irq_polarities(int start, int end) if (end < irq_start) break; - /* Track bits within the bounds of of the register. */ + /* Track bits within the bounds of the register. */ irq_start = MAX(start, irq_start) % IRQS_PER_IPC; irq_end = MIN(end, irq_end) % IRQS_PER_IPC; -- cgit v1.2.3