public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: Correct header guards typo
@ 2013-04-02 12:26 Borislav Petkov
  2013-04-02 13:11 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2013-04-02 12:26 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: cpufreq, LKML, Borislav Petkov

From: Borislav Petkov <bp@suse.de>

It should be "governor".

Signed-off-by: Borislav Petkov <bp@suse.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 */
-- 
1.8.2.135.g7b592fa


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq: Correct header guards typo
  2013-04-02 12:26 [PATCH] cpufreq: Correct header guards typo Borislav Petkov
@ 2013-04-02 13:11 ` Viresh Kumar
  2013-04-02 13:43   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2013-04-02 13:11 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Rafael J. Wysocki, cpufreq, LKML, Borislav Petkov

On Tue, Apr 2, 2013 at 5:56 PM, Borislav Petkov <bp@alien8.de> wrote:
> From: Borislav Petkov <bp@suse.de>
>
> It should be "governor".
>
> Signed-off-by: Borislav Petkov <bp@suse.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@linaro.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq: Correct header guards typo
  2013-04-02 13:11 ` Viresh Kumar
@ 2013-04-02 13:43   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2013-04-02 13:43 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Borislav Petkov, cpufreq, LKML, Borislav Petkov

On Tuesday, April 02, 2013 06:41:20 PM Viresh Kumar wrote:
> On Tue, Apr 2, 2013 at 5:56 PM, Borislav Petkov <bp@alien8.de> wrote:
> > From: Borislav Petkov <bp@suse.de>
> >
> > It should be "governor".
> >
> > Signed-off-by: Borislav Petkov <bp@suse.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@linaro.org>

Applied.

Thanks,
Rafael


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-02 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 12:26 [PATCH] cpufreq: Correct header guards typo Borislav Petkov
2013-04-02 13:11 ` Viresh Kumar
2013-04-02 13:43   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox