From patchwork Tue Oct 16 11:44:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hongbo Zhang X-Patchwork-Id: 12274 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7302A214A95 for ; Tue, 16 Oct 2012 11:46:35 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 864E6A1886D for ; Tue, 16 Oct 2012 11:46:34 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so9294192iej.11 for ; Tue, 16 Oct 2012 04:46:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=yhdZGoJ5+33Q0eR7jzW7UViraaxu7SYGhwc/ckoicXY=; b=lpRrHwFF7jlN+RXX7voe/q1MN2Gl3jkcM6fKRuPoyM2Ixx95fGPZ97rmEl6uj5PuD/ tSjlPT/Pz84tExcTrDkj/+3L1hXFrjzTeQu/8mmY+9PDScaYGHPbxITH7CItY21c0C2O TP9Bj2qsysL7lZTmFcmRRaM8D4v+MxrXmgCmgaYxGzB1JDEMsnw+WQkJdk15VxkH8bA2 dBqNnmVXbyQrgEV4L8sMp+dd5NO5LmcVLoTf0kRYHMilZJi8gdaxm6kjPWQJcPmx8Xsi 8924L0ZkL+h14mJRh7klud0LkHOv6OSWvVj4eGVs7pIZU4ZWkJEt8fSR3UC1b+lJ1UFU V2Og== Received: by 10.50.236.72 with SMTP id us8mr11489565igc.70.1350387993875; Tue, 16 Oct 2012 04:46:33 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp714064igt; Tue, 16 Oct 2012 04:46:33 -0700 (PDT) Received: by 10.68.220.2 with SMTP id ps2mr45941271pbc.61.1350387993218; Tue, 16 Oct 2012 04:46:33 -0700 (PDT) Received: from mail-da0-f50.google.com (mail-da0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id m8si26031252pav.104.2012.10.16.04.46.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 16 Oct 2012 04:46:33 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of hongbo.zhang@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of hongbo.zhang@linaro.org) smtp.mail=hongbo.zhang@linaro.org Received: by mail-da0-f50.google.com with SMTP id z20so3568345dae.37 for ; Tue, 16 Oct 2012 04:46:33 -0700 (PDT) Received: by 10.66.81.138 with SMTP id a10mr40880714pay.53.1350387992983; Tue, 16 Oct 2012 04:46:32 -0700 (PDT) Received: from stebjsxu0148.bjs.st.com ([124.127.135.94]) by mx.google.com with ESMTPS id pv9sm10667709pbb.67.2012.10.16.04.46.24 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 16 Oct 2012 04:46:32 -0700 (PDT) From: "hongbo.zhang" To: linaro-dev@lists.linaro.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Cc: patches@linaro.org, linaro-kernel@lists.linaro.org, STEricsson_nomadik_linux@list.st.com, kernel@igloocommunity.org, "hongbo.zhang" Subject: [PATCH 2/5] Thermal: add indent for code alignment. Date: Tue, 16 Oct 2012 19:44:46 +0800 Message-Id: <1350387889-15324-3-git-send-email-hongbo.zhang@linaro.com> X-Mailer: git-send-email 1.7.11.3 In-Reply-To: <1350387889-15324-1-git-send-email-hongbo.zhang@linaro.com> References: <1350387889-15324-1-git-send-email-hongbo.zhang@linaro.com> X-Gm-Message-State: ALoCoQngJA8UE49nLfRSNoEOLADMWIfSj/ogquwCHDMhYbAMHMumaN8lruu1o/bKXH/F8TBc+bfr From: "hongbo.zhang" Signed-off-by: hongbo.zhang Reviewed-by: Viresh Kumar --- drivers/thermal/cpu_cooling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index cc1c930..b6b4c2a 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -369,7 +369,7 @@ struct thermal_cooling_device *cpufreq_cooling_register( if (min != policy.cpuinfo.min_freq || max != policy.cpuinfo.max_freq) return ERR_PTR(-EINVAL); -} + } } cpufreq_dev = kzalloc(sizeof(struct cpufreq_cooling_device), GFP_KERNEL);