From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javi Merino Subject: [PATCH v2 3/5] thermal: fair_share: fix typo Date: Mon, 2 Feb 2015 12:51:28 +0000 Message-ID: <1422881490-14695-4-git-send-email-javi.merino@arm.com> References: <1422881490-14695-1-git-send-email-javi.merino@arm.com> Return-path: Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:40567 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S932970AbbBBMw1 (ORCPT ); Mon, 2 Feb 2015 07:52:27 -0500 In-Reply-To: <1422881490-14695-1-git-send-email-javi.merino@arm.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Cc: Punit.Agrawal@arm.com, Kapileshwar.Singh@arm.com, Javi Merino , Zhang Rui , Eduardo Valentin s/asscciated/associated/ Cc: Zhang Rui Cc: Eduardo Valentin Signed-off-by: Javi Merino --- drivers/thermal/fair_share.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.9.1