src: Typo fix (cosmetic)

Change-Id: I81985bd2836bdeb369587f170504a8a048ee496b
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29196
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Peter Lemenkov
2018-10-19 16:57:27 +02:00
committed by Stefan Reinauer
parent 39315985e8
commit 5797b2eb05
9 changed files with 11 additions and 11 deletions

View File

@@ -1601,7 +1601,7 @@ static void hammerSublinkFixup(sMainData *pDat)
{
if (pDat->PortList[i].Type != PORTLIST_TYPE_CPU) /* Must be a CPU link */
continue;
if (pDat->PortList[i].Link < 4) /* Only look for for sublink1's */
if (pDat->PortList[i].Link < 4) /* Only look for sublink1's */
continue;
for (j = 0; j < pDat->TotalLinks*2; j++)