[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5885599.2UWpPkOcaY@vostro.rjw.lan>
Date: Tue, 02 Apr 2013 15:43:45 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Viresh Kumar <viresh.kumar@...aro.org>
Cc: Borislav Petkov <bp@...en8.de>, cpufreq@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>, Borislav Petkov <bp@...e.de>
Subject: Re: [PATCH] cpufreq: Correct header guards typo
On Tuesday, April 02, 2013 06:41:20 PM Viresh Kumar wrote:
> On Tue, Apr 2, 2013 at 5:56 PM, Borislav Petkov <bp@...en8.de> wrote:
> > From: Borislav Petkov <bp@...e.de>
> >
> > It should be "governor".
> >
> > Signed-off-by: Borislav Petkov <bp@...e.de>
> > ---
> > drivers/cpufreq/cpufreq_governor.h | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h
> > index 513cc8234e5e..65937697cab3 100644
> > --- a/drivers/cpufreq/cpufreq_governor.h
> > +++ b/drivers/cpufreq/cpufreq_governor.h
> > @@ -14,8 +14,8 @@
> > * published by the Free Software Foundation.
> > */
> >
> > -#ifndef _CPUFREQ_GOVERNER_H
> > -#define _CPUFREQ_GOVERNER_H
> > +#ifndef _CPUFREQ_GOVERNOR_H
> > +#define _CPUFREQ_GOVERNOR_H
> >
> > #include <linux/cpufreq.h>
> > #include <linux/kobject.h>
> > @@ -263,4 +263,4 @@ int cpufreq_governor_dbs(struct cpufreq_policy *policy,
> > struct common_dbs_data *cdata, unsigned int event);
> > void gov_queue_work(struct dbs_data *dbs_data, struct cpufreq_policy *policy,
> > unsigned int delay, bool all_cpus);
> > -#endif /* _CPUFREQ_GOVERNER_H */
> > +#endif /* _CPUFREQ_GOVERNOR_H */
>
> Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
Applied.
Thanks,
Rafael
--
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists