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 */ if (pDat->PortList[i].Type != PORTLIST_TYPE_CPU) /* Must be a CPU link */
continue; 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; continue;
for (j = 0; j < pDat->TotalLinks*2; j++) for (j = 0; j < pDat->TotalLinks*2; j++)

View File

@ -89,7 +89,7 @@ no_codec:
} }
/** /**
* Wait 50usec for for the codec to indicate it is ready * Wait 50usec for the codec to indicate it is ready
* no response would imply that the codec is non-operative * no response would imply that the codec is non-operative
*/ */
static int wait_for_ready(void *base) static int wait_for_ready(void *base)
@ -110,7 +110,7 @@ static int wait_for_ready(void *base)
} }
/** /**
* Wait 50usec for for the codec to indicate that it accepted * Wait 50usec for the codec to indicate that it accepted
* the previous command. No response would imply that the code * the previous command. No response would imply that the code
* is non-operative * is non-operative
*/ */

View File

@ -115,7 +115,7 @@ F12IsCpbSupported (
/*---------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------*/
/** /**
* BSC entry point for for enabling Core Performance Boost. * BSC entry point for enabling Core Performance Boost.
* *
* Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG. * Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG.
* *

View File

@ -113,7 +113,7 @@ F15TnIsCpbSupported (
/*---------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------*/
/** /**
* BSC entry point for for enabling Core Performance Boost. * BSC entry point for enabling Core Performance Boost.
* *
* Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG. * Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG.
* *

View File

@ -85,7 +85,7 @@ STATIC CONST UINT16 ROMDATA MmioBaseLimitHiRegOffset[MMIO_REG_PAIR_NUM] = {0x180
/*---------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------*/
/** /**
* BSC entry point for for adding MMIO map * BSC entry point for adding MMIO map
* *
* program MMIO base/limit registers * program MMIO base/limit registers
* *

View File

@ -141,7 +141,7 @@ F16KbIsCpbSupported (
/*---------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------*/
/** /**
* BSC entry point for for enabling Core Performance Boost. * BSC entry point for enabling Core Performance Boost.
* *
* Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG. * Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG.
* *

View File

@ -85,7 +85,7 @@ STATIC CONST UINT16 ROMDATA MmioLimitLowRegOffset[MMIO_REG_PAIR_NUM] = {0x84, 0x
/*---------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------*/
/** /**
* BSC entry point for for adding MMIO map * BSC entry point for adding MMIO map
* *
* program MMIO base/limit registers * program MMIO base/limit registers
* *

View File

@ -3295,7 +3295,7 @@ int init_octeon3_ddr3_interface(bdk_node_t node,
mem_size_mbytes *= 2; mem_size_mbytes *= 2;
} }
/* Mask with 1 bits set for for each active rank, allowing 2 bits per dimm. /* Mask with 1 bits set for each active rank, allowing 2 bits per dimm.
** This makes later calculations simpler, as a variety of CSRs use this layout. ** This makes later calculations simpler, as a variety of CSRs use this layout.
** This init needs to be updated for dual configs (ie non-identical DIMMs). ** This init needs to be updated for dual configs (ie non-identical DIMMs).
** Bit 0 = dimm0, rank 0 ** Bit 0 = dimm0, rank 0

View File

@ -2978,8 +2978,8 @@ typedef struct {
**/ **/
UINT8 ThreeStrikeCounterDisable; UINT8 ThreeStrikeCounterDisable;
/** Offset 0x0899 - Set HW P-State Interrupts Enabled for for MISC_PWR_MGMT /** Offset 0x0899 - Set HW P-State Interrupts Enabled for MISC_PWR_MGMT
Set HW P-State Interrupts Enabled for for MISC_PWR_MGMT; <b>0: Disable</b>; 1: Enable. Set HW P-State Interrupts Enabled for MISC_PWR_MGMT; <b>0: Disable</b>; 1: Enable.
$EN_DIS $EN_DIS
**/ **/
UINT8 HwpInterruptControl; UINT8 HwpInterruptControl;