From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761688Ab3DBNgM (ORCPT ); Tue, 2 Apr 2013 09:36:12 -0400 Received: from hydra.sisk.pl ([212.160.235.94]:50119 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760958Ab3DBNgK (ORCPT ); Tue, 2 Apr 2013 09:36:10 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Borislav Petkov , cpufreq@vger.kernel.org, LKML , Borislav Petkov Subject: Re: [PATCH] cpufreq: Correct header guards typo Date: Tue, 02 Apr 2013 15:43:45 +0200 Message-ID: <5885599.2UWpPkOcaY@vostro.rjw.lan> User-Agent: KMail/4.9.5 (Linux/3.9.0-rc4+; KDE/4.9.5; x86_64; ; ) In-Reply-To: References: <1364905575-10234-1-git-send-email-bp@alien8.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, April 02, 2013 06:41:20 PM Viresh Kumar wrote: > On Tue, Apr 2, 2013 at 5:56 PM, Borislav Petkov wrote: > > From: Borislav Petkov > > > > It should be "governor". > > > > Signed-off-by: Borislav Petkov > > --- > > 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 > > #include > > @@ -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 Applied. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.