diff options
author | Javi Merino <javi.merino@arm.com> | 2015-02-18 16:04:23 +0000 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-05-04 21:27:51 -0700 |
commit | 80b89172f9c3410764e0d962d6494c0af6d6dba8 (patch) | |
tree | c57bc487d8da86a5c2814e4a6f697afd97192fca /drivers/thermal | |
parent | 8b91e2cb24fbba3825d09a412ce2e1966e7c92d1 (diff) | |
download | op-kernel-dev-80b89172f9c3410764e0d962d6494c0af6d6dba8.zip op-kernel-dev-80b89172f9c3410764e0d962d6494c0af6d6dba8.tar.gz |
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 9e392d3..692f405 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 |