All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq:cpufreq - Fix typo in comment.
@ 2015-05-21 18:17 Shailendra Verma
  2015-05-22  1:32 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Shailendra Verma @ 2015-05-21 18:17 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar, linux-pm; +Cc: linux-kernel, Shailendra Verma


Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 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;
-- 
1.7.9.5


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

* Re: [PATCH] cpufreq:cpufreq - Fix typo in comment.
  2015-05-21 18:17 [PATCH] cpufreq:cpufreq - Fix typo in comment Shailendra Verma
@ 2015-05-22  1:32 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2015-05-22  1:32 UTC (permalink / raw)
  To: Shailendra Verma; +Cc: Viresh Kumar, linux-pm, linux-kernel

On Thursday, May 21, 2015 11:47:51 PM Shailendra Verma wrote:
> 
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.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.

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

end of thread, other threads:[~2015-05-22  1:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 18:17 [PATCH] cpufreq:cpufreq - Fix typo in comment Shailendra Verma
2015-05-22  1:32 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.