From: Brian Norris Date: Thu, 29 Jan 2015 17:57:21 +0000 (-0800) Subject: thermal: step_wise: spelling fixes X-Git-Tag: v4.14-rc1~5891^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56b613ea0d274a5e5f1e5d985915776395ff932f;p=platform%2Fkernel%2Flinux-rpi.git thermal: step_wise: spelling fixes Signed-off-by: Brian Norris Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/step_wise.c b/drivers/thermal/step_wise.c index fdd1f52..5a0f12d 100644 --- a/drivers/thermal/step_wise.c +++ b/drivers/thermal/step_wise.c @@ -45,7 +45,7 @@ * c. if the trend is THERMAL_TREND_RAISE_FULL, do nothing * d. if the trend is THERMAL_TREND_DROP_FULL, use 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, enum thermal_trend trend, bool throttle) @@ -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 * @trip - the trip point * @trip_type - type of the trip point