diff mbox

cpufreq:cpufreq-nforce2 - Fix typo in comment to function nforce2_init().

Message ID 1432357578-4069-1-git-send-email-shailendra.capricorn@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Rafael Wysocki
Headers show

Commit Message

Shailendra Verma May 23, 2015, 5:06 a.m. UTC
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 drivers/cpufreq/cpufreq-nforce2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Viresh Kumar May 25, 2015, 7:20 a.m. UTC | #1
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 <shailendra.capricorn@gmail.com>
> ---
>  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.kumar@linaro.org>
Rafael J. Wysocki June 15, 2015, 11:37 p.m. UTC | #2
On Monday, May 25, 2015 12:50:39 PM Viresh Kumar wrote:
> 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 <shailendra.capricorn@gmail.com>
> > ---
> >  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.kumar@linaro.org>

Queued up for 4.2, thanks!
diff mbox

Patch

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)