From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751904AbbEYHUp (ORCPT ); Mon, 25 May 2015 03:20:45 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:36278 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbbEYHUn (ORCPT ); Mon, 25 May 2015 03:20:43 -0400 Date: Mon, 25 May 2015 12:50:39 +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:cpufreq-nforce2 - Fix typo in comment to function nforce2_init(). Message-ID: <20150525072039.GA9992@linux> References: <1432357578-4069-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: <1432357578-4069-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: Always mention something here on why this is required. Even if the subject is good enough :) > Signed-off-by: Shailendra Verma > --- > drivers/cpufreq/cpufreq-nforce2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/cpufreq/cpufreq-nforce2.c b/drivers/cpufreq/cpufreq-nforce2.c > index a225809..db69eeb 100644 > --- a/drivers/cpufreq/cpufreq-nforce2.c > +++ b/drivers/cpufreq/cpufreq-nforce2.c > @@ -414,7 +414,7 @@ static int nforce2_detect_chipset(void) > * nforce2_init - initializes the nForce2 CPUFreq driver > * > * Initializes the nForce2 FSB support. Returns -ENODEV on unsupported > - * devices, -EINVAL on problems during initiatization, and zero on > + * devices, -EINVAL on problems during initialization, and zero on > * success. > */ > static int __init nforce2_init(void) Acked-by: Viresh Kumar -- viresh