Commit 56b613ea authored by Brian Norris's avatar Brian Norris Committed by Zhang Rui

thermal: step_wise: spelling fixes

Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
parent 4aa971bb
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
* c. if the trend is THERMAL_TREND_RAISE_FULL, do nothing * c. if the trend is THERMAL_TREND_RAISE_FULL, do nothing
* d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit, * d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit,
* if the cooling state already equals lower limit, * if the cooling state already equals lower limit,
* deactive the thermal instance * deactivate the thermal instance
*/ */
static unsigned long get_target_state(struct thermal_instance *instance, static unsigned long get_target_state(struct thermal_instance *instance,
enum thermal_trend trend, bool throttle) enum thermal_trend trend, bool throttle)
...@@ -169,7 +169,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) ...@@ -169,7 +169,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip)
} }
/** /**
* step_wise_throttle - throttles devices asscciated with the given zone * step_wise_throttle - throttles devices associated with the given zone
* @tz - thermal_zone_device * @tz - thermal_zone_device
* @trip - the trip point * @trip - the trip point
* @trip_type - type of the trip point * @trip_type - type of the trip point
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment