lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 22 May 2015 03:32:19 +0200
From:	"Rafael J. Wysocki" <rjw@...ysocki.net>
To:	Shailendra Verma <shailendra.capricorn@...il.com>
Cc:	Viresh Kumar <viresh.kumar@...aro.org>, linux-pm@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cpufreq:cpufreq - Fix typo in comment.

On Thursday, May 21, 2015 11:47:51 PM Shailendra Verma wrote:
> 
> Signed-off-by: Shailendra Verma <shailendra.capricorn@...il.com>

Two typos in two comments really.  Care to fix the subject?

> ---
>  drivers/cpufreq/cpufreq.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
> index 8ae655c..b4c7e0f 100644
> --- a/drivers/cpufreq/cpufreq.c
> +++ b/drivers/cpufreq/cpufreq.c
> @@ -178,7 +178,7 @@ int cpufreq_generic_init(struct cpufreq_policy *policy,
>  	policy->cpuinfo.transition_latency = transition_latency;
>  
>  	/*
> -	 * The driver only supports the SMP configuartion where all processors
> +	 * The driver only supports the SMP configuration where all processors
>  	 * share the clock and voltage and clock.
>  	 */
>  	cpumask_setall(policy->cpus);
> @@ -1891,7 +1891,7 @@ static int __target_index(struct cpufreq_policy *policy,
>  		 * Failed after setting to intermediate freq? Driver should have
>  		 * reverted back to initial frequency and so should we. Check
>  		 * here for intermediate_freq instead of get_intermediate, in
> -		 * case we have't switched to intermediate freq at all.
> +		 * case we haven't switched to intermediate freq at all.
>  		 */
>  		if (unlikely(retval && intermediate_freq)) {
>  			freqs.old = intermediate_freq;
> 

-- 
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ