From: xueqin Luo Date: Sat, 8 Feb 2025 01:33:35 +0000 (+0800) Subject: ACPI: thermal: Fix stale comment regarding trip points X-Git-Tag: v6.15-rc1~192^2~1^4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01ca2846338d314cdcd3da1aca7f290ec380542c;p=thirdparty%2Flinux.git ACPI: thermal: Fix stale comment regarding trip points Update the comment next to acpi_thermal_get_trip_points() call site in acpi_thermal_add() to reflect what the code does. It has diverged from the code after changes that removed the _CRT evaluation from acpi_thermal_get_trip_points() among other things. Signed-off-by: xueqin Luo Link: https://patch.msgid.link/20250208013335.126343-1-luoxueqin@kylinos.cn [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 95982c098d5bd..0c874186f8aed 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -803,7 +803,7 @@ static int acpi_thermal_add(struct acpi_device *device) acpi_thermal_aml_dependency_fix(tz); - /* Get trip points [_CRT, _PSV, etc.] (required). */ + /* Get trip points [_ACi, _PSV, etc.] (required). */ acpi_thermal_get_trip_points(tz); crit_temp = acpi_thermal_get_critical_trip(tz);