]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: thermal: Fix stale comment regarding trip points
authorxueqin Luo <luoxueqin@kylinos.cn>
Sat, 8 Feb 2025 01:33:35 +0000 (09:33 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 18 Feb 2025 17:43:18 +0000 (18:43 +0100)
commit01ca2846338d314cdcd3da1aca7f290ec380542c
tree1aaf0387c48fb4ea00c5259ca688219edf909eda
parent0ad2507d5d93f39619fc42372c347d6006b64319
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 <luoxueqin@kylinos.cn>
Link: https://patch.msgid.link/20250208013335.126343-1-luoxueqin@kylinos.cn
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/thermal.c