diff options
| -rw-r--r-- | drivers/thermal/step_wise.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/step_wise.c b/drivers/thermal/step_wise.c index fdd1f523a1ed..5a0f12d08e8b 100644 --- a/drivers/thermal/step_wise.c +++ b/drivers/thermal/step_wise.c | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | * c. if the trend is THERMAL_TREND_RAISE_FULL, do nothing | 45 | * c. if the trend is THERMAL_TREND_RAISE_FULL, do nothing |
| 46 | * d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit, | 46 | * d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit, |
| 47 | * if the cooling state already equals lower limit, | 47 | * if the cooling state already equals lower limit, |
| 48 | * deactive the thermal instance | 48 | * deactivate the thermal instance |
| 49 | */ | 49 | */ |
| 50 | static unsigned long get_target_state(struct thermal_instance *instance, | 50 | static unsigned long get_target_state(struct thermal_instance *instance, |
| 51 | enum thermal_trend trend, bool throttle) | 51 | enum thermal_trend trend, bool throttle) |
| @@ -169,7 +169,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) | |||
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | /** | 171 | /** |
| 172 | * step_wise_throttle - throttles devices asscciated with the given zone | 172 | * step_wise_throttle - throttles devices associated with the given zone |
| 173 | * @tz - thermal_zone_device | 173 | * @tz - thermal_zone_device |
| 174 | * @trip - the trip point | 174 | * @trip - the trip point |
| 175 | * @trip_type - type of the trip point | 175 | * @trip_type - type of the trip point |
