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>
This commit is contained in:
Elyes HAOUAS 2021-01-16 14:56:17 +01:00 committed by Patrick Georgi
parent 59ab203f1c
commit 9148cd145f
1 changed files with 1 additions and 1 deletions

View File

@ -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;