From 6c42fa20f60456dce677674d6a91c542ab00faa7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 2 Feb 2022 18:34:58 +0100 Subject: cpu: Get rid of unnecessary blank line {before,after} barce Change-Id: I9b710d279da6db9125519f58ecba109a4d9fa8e3 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/61554 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/cpu/intel/model_2065x/acpi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/model_2065x') diff --git a/src/cpu/intel/model_2065x/acpi.c b/src/cpu/intel/model_2065x/acpi.c index 11899c615d..9d11ef053d 100644 --- a/src/cpu/intel/model_2065x/acpi.c +++ b/src/cpu/intel/model_2065x/acpi.c @@ -185,7 +185,6 @@ static void generate_P_state_entries(int core, int cores_per_package) /* Generate the remaining entries */ for (ratio = ratio_min + ((num_entries - 1) * ratio_step); ratio >= ratio_min; ratio -= ratio_step) { - /* Calculate power at this ratio */ power = calculate_power(power_max, ratio_max, ratio); clock = ratio * IRONLAKE_BCLK + ratio / 3; -- cgit v1.2.3