From 0cd1a87d50177a9f6ad912e934ad5d918a952109 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 24 Feb 2022 19:40:49 +0100 Subject: sb/intel/lynxpoint: Fix up comment Change-Id: Ie46b63d192b8e4871442f6b0db5b1575168f89ce Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/62342 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- src/southbridge/intel/lynxpoint/lpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/lynxpoint/lpc.c b/src/southbridge/intel/lynxpoint/lpc.c index ea84def99a96..71ce0806a964 100644 --- a/src/southbridge/intel/lynxpoint/lpc.c +++ b/src/southbridge/intel/lynxpoint/lpc.c @@ -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; -- cgit v1.2.3