Commit d1137354 authored by Thorsten Blum's avatar Thorsten Blum Committed by Rafael J. Wysocki
Browse files

thermal: core: Fix typo and indentation in comments



s/tmperature/temperature/ and adjust the indentation of the @ops
parameter description to improve readability.

Signed-off-by: default avatarThorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20251206174245.116391-2-thorsten.blum@linux.dev


Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 450f9cde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ void thermal_zone_set_trip_hyst(struct thermal_zone_device *tz,
	WRITE_ONCE(trip->hysteresis, hyst);
	thermal_notify_tz_trip_change(tz, trip);
	/*
	 * If the zone temperature is above or at the trip tmperature, the trip
	 * If the zone temperature is above or at the trip temperature, the trip
	 * is in the trips_reached list and its threshold is equal to its low
	 * temperature.  It needs to stay in that list, but its threshold needs
	 * to be updated and the list ordering may need to be restored.