diff options
| author | xueqin Luo <[email protected]> | 2025-02-08 01:33:35 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2025-02-18 17:43:18 +0000 |
| commit | 01ca2846338d314cdcd3da1aca7f290ec380542c (patch) | |
| tree | 1aaf0387c48fb4ea00c5259ca688219edf909eda | |
| parent | Linux 6.14-rc3 (diff) | |
| download | kernel-01ca2846338d314cdcd3da1aca7f290ec380542c.tar.gz kernel-01ca2846338d314cdcd3da1aca7f290ec380542c.zip | |
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
| -rw-r--r-- | drivers/acpi/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 95982c098d5b..0c874186f8ae 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); |
