From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752091AbbEYHVV (ORCPT ); Mon, 25 May 2015 03:21:21 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:35949 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751347AbbEYHVR (ORCPT ); Mon, 25 May 2015 03:21:17 -0400 Date: Mon, 25 May 2015 12:51:14 +0530 From: Viresh Kumar To: Shailendra Verma Cc: "Rafael J. Wysocki" , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq:gx-suspmod - Fix two typos in two comments. Message-ID: <20150525072114.GB9992@linux> References: <1432357609-4102-1-git-send-email-shailendra.capricorn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432357609-4102-1-git-send-email-shailendra.capricorn@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23-05-15, 10:36, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma > --- > drivers/cpufreq/gx-suspmod.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c > index 1d723dc..3488c9c 100644 > --- a/drivers/cpufreq/gx-suspmod.c > +++ b/drivers/cpufreq/gx-suspmod.c > @@ -144,7 +144,7 @@ module_param(max_duration, int, 0444); > > > /** > - * we can detect a core multipiler from dir0_lsb > + * we can detect a core multiplier from dir0_lsb > * from GX1 datasheet p.56, > * MULT[3:0]: > * 0000 = SYSCLK multiplied by 4 (test only) > @@ -346,7 +346,7 @@ static int cpufreq_gx_verify(struct cpufreq_policy *policy) > > /* it needs to be assured that at least one supported frequency is > * within policy->min and policy->max. If it is not, policy->max > - * needs to be increased until one freuqency is supported. > + * needs to be increased until one frequency is supported. > * policy->min may not be decreased, though. This way we guarantee a > * specific processing capacity. > */ Acked-by: Viresh Kumar -- viresh