aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 14:56:17 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-18 07:35:33 +0000
commit9148cd145fd3a8cca04d40a05e139ad3a7251acf (patch)
tree202e7024fa1da161a4dfd58811d08a2542885193 /src/soc/intel
parent59ab203f1c44146d4dee8691c7777664975e03cc (diff)
soc/intel/common/block/itss/itss.c: Remove repeated word
Change-Id: Icc4954bcc1540f1935b0e34107febb4a1e947a36 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49519 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/itss/itss.c2
1 files changed, 1 insertions, 1 deletions
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;