From patchwork Thu Jan 29 17:57:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 5744291 X-Patchwork-Delegate: rui.zhang@intel.com Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 981419F38B for ; Thu, 29 Jan 2015 17:57:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D6B3E2024F for ; Thu, 29 Jan 2015 17:57:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0239C2017D for ; Thu, 29 Jan 2015 17:57:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751784AbbA2R5f (ORCPT ); Thu, 29 Jan 2015 12:57:35 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:36272 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbbA2R5f (ORCPT ); Thu, 29 Jan 2015 12:57:35 -0500 Received: by mail-pa0-f53.google.com with SMTP id kx10so41805001pab.12; Thu, 29 Jan 2015 09:57:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=+yFtJ7vNZzmPeav3QBAehVQOA+xVYqEKcboOqctVfnE=; b=dwa2rIcN3tHCcCa3cVcOALFuBAmTfcoAXaO3vmAk7uJdpIkfHjuLJRwBMT484SwUgY qwvpWcabrErocyJSIeD8ftk9ahUf+BBcZZGv+gFCTYFAofAA0yE7h/85zcK80T1WBpGP k6bOJxqc0JJZzbUPth5HVWwjNJ6gkJg0IYN/Xy+V1LIAQLgN+N2t4GNMTSkcG0kJoTJ0 /uDfYd00ySI/Kbce9LhpEpX9dEjgxWbtV+MjWmpkwQXUyYCFiZ/AMknVXU/BKNbWYDBw xlSXwkI3/jOteiBpcz2p9Zq9MwObcEwQFX+wPahaVkHjYto7pmfnPgrn3gpviEmrHk1V hjpg== X-Received: by 10.70.48.33 with SMTP id i1mr2278733pdn.153.1422554254725; Thu, 29 Jan 2015 09:57:34 -0800 (PST) Received: from ld-irv-0074.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id b15sm5775928pbu.24.2015.01.29.09.57.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Jan 2015 09:57:33 -0800 (PST) From: Brian Norris To: Zhang Rui , Eduardo Valentin Cc: linux-pm@vger.kernel.org, , Brian Norris Subject: [PATCH] thermal: step_wise: spelling fixes Date: Thu, 29 Jan 2015 09:57:21 -0800 Message-Id: <1422554241-22782-1-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Brian Norris --- drivers/thermal/step_wise.c | 4 ++-- 1 file 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 @@ * 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