aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/acpi/acpi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/soc/intel/common/acpi/acpi.c b/src/soc/intel/common/acpi/acpi.c
index 3866e68e9a..63877ee668 100644
--- a/src/soc/intel/common/acpi/acpi.c
+++ b/src/soc/intel/common/acpi/acpi.c
@@ -162,16 +162,16 @@ static void generate_p_state_entries(int core, int cores_per_package)
/* Calculate CPU TDP in mW */
power_max = cpu_get_power_max();
- /* Write _PCT indicating use of FFixedHW */
+ /* Write _PCT indicating use of FFixedHW */
acpigen_write_empty_PCT();
- /* Write _PPC with no limit on supported P-state */
+ /* Write _PPC with no limit on supported P-state */
acpigen_write_PPC_NVS();
- /* Write PSD indicating configured coordination type */
+ /* Write PSD indicating configured coordination type */
acpigen_write_PSD_package(core, 1, coord_type);
- /* Add P-state entries in _PSS table */
- acpigen_write_name("_PSS");
+ /* Add P-state entries in _PSS table */
+ acpigen_write_name("_PSS");
/* Determine ratio points */
ratio_step = PSS_RATIO_STEP;