Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756187AbbEVBG7 (ORCPT ); Thu, 21 May 2015 21:06:59 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:58071 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755688AbbEVBG5 (ORCPT ); Thu, 21 May 2015 21:06:57 -0400 From: "Rafael J. Wysocki" To: Shailendra Verma Cc: Viresh Kumar , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq:cpufreq - Fix typo in comment. Date: Fri, 22 May 2015 03:32:19 +0200 Message-ID: <7136415.q1D1SjnnfZ@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.0.0+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1432232271-3753-1-git-send-email-shailendra.capricorn@gmail.com> References: <1432232271-3753-1-git-send-email-shailendra.capricorn@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1690 Lines: 42 On Thursday, May 21, 2015 11:47:51 PM Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma Two typos in two comments really. Care to fix the subject? > --- > drivers/cpufreq/cpufreq.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c > index 8ae655c..b4c7e0f 100644 > --- a/drivers/cpufreq/cpufreq.c > +++ b/drivers/cpufreq/cpufreq.c > @@ -178,7 +178,7 @@ int cpufreq_generic_init(struct cpufreq_policy *policy, > policy->cpuinfo.transition_latency = transition_latency; > > /* > - * The driver only supports the SMP configuartion where all processors > + * The driver only supports the SMP configuration where all processors > * share the clock and voltage and clock. > */ > cpumask_setall(policy->cpus); > @@ -1891,7 +1891,7 @@ static int __target_index(struct cpufreq_policy *policy, > * Failed after setting to intermediate freq? Driver should have > * reverted back to initial frequency and so should we. Check > * here for intermediate_freq instead of get_intermediate, in > - * case we have't switched to intermediate freq at all. > + * case we haven't switched to intermediate freq at all. > */ > if (unlikely(retval && intermediate_freq)) { > freqs.old = intermediate_freq; > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/