diff options
author | Javi Merino <javi.merino@arm.com> | 2015-02-18 17:04:23 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-05-05 06:27:51 +0200 |
commit | 80b89172f9c3410764e0d962d6494c0af6d6dba8 (patch) | |
tree | c57bc487d8da86a5c2814e4a6f697afd97192fca /drivers/thermal | |
parent | thermal: fair_share: use the weight from the thermal instance (diff) | |
download | linux-80b89172f9c3410764e0d962d6494c0af6d6dba8.tar.xz linux-80b89172f9c3410764e0d962d6494c0af6d6dba8.zip |
thermal: fair_share: fix typo
s/asscciated/associated/
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Cc: Durgadoss R <durgadoss.r@intel.com>
Reviewed-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/fair_share.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/fair_share.c b/drivers/thermal/fair_share.c index 9e392d34ac9f..692f4053f08b 100644 --- a/drivers/thermal/fair_share.c +++ b/drivers/thermal/fair_share.c @@ -69,7 +69,7 @@ static long get_target_state(struct thermal_zone_device *tz, } /** - * fair_share_throttle - throttles devices asscciated with the given zone + * fair_share_throttle - throttles devices associated with the given zone * @tz - thermal_zone_device * * Throttling Logic: This uses three parameters to calculate the new |