sb/intel/lynxpoint: Fix up comment

Change-Id: Ie46b63d192b8e4871442f6b0db5b1575168f89ce
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62342
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
Angel Pons 2022-02-24 19:40:49 +01:00 committed by Felix Held
parent 9fc741d32f
commit 0cd1a87d50
1 changed files with 2 additions and 2 deletions

View File

@ -691,8 +691,8 @@ static void pch_lpc_add_gen_io_resources(struct device *dev, int reg_value,
int index)
{
/*
* Check if the register is enabled. If so and the base exceeds the
* device's default, claim range and add the resource.
* Check if the register is enabled. If so, and the base exceeds the
* device's default claim range, add the resource.
*/
if (reg_value & 1) {
u16 base = reg_value & 0xfffc;