linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: fix a minor typo for cpufreq_driver doc
@ 2020-05-13 14:18 Wang Wenhu
  2020-05-14 11:43 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Wenhu @ 2020-05-13 14:18 UTC (permalink / raw)
  To: rjw, viresh.kumar, linux-pm, linux-kernel; +Cc: kernel, Wang Wenhu

Delete the duplicate "to" possibly double-typed.

Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
---
 include/linux/cpufreq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index f7240251a949..67d5950bd878 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -330,7 +330,7 @@ struct cpufreq_driver {
 	 *
 	 * get_intermediate should return a stable intermediate frequency
 	 * platform wants to switch to and target_intermediate() should set CPU
-	 * to to that frequency, before jumping to the frequency corresponding
+	 * to that frequency, before jumping to the frequency corresponding
 	 * to 'index'. Core will take care of sending notifications and driver
 	 * doesn't have to handle them in target_intermediate() or
 	 * target_index().
-- 
2.17.1


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

* Re: [PATCH] cpufreq: fix a minor typo for cpufreq_driver doc
  2020-05-13 14:18 [PATCH] cpufreq: fix a minor typo for cpufreq_driver doc Wang Wenhu
@ 2020-05-14 11:43 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2020-05-14 11:43 UTC (permalink / raw)
  To: Wang Wenhu
  Cc: Rafael J. Wysocki, Viresh Kumar, Linux PM,
	Linux Kernel Mailing List, kernel

On Wed, May 13, 2020 at 4:26 PM Wang Wenhu <wenhu.wang@vivo.com> wrote:
>
> Delete the duplicate "to" possibly double-typed.
>
> Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  include/linux/cpufreq.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
> index f7240251a949..67d5950bd878 100644
> --- a/include/linux/cpufreq.h
> +++ b/include/linux/cpufreq.h
> @@ -330,7 +330,7 @@ struct cpufreq_driver {
>          *
>          * get_intermediate should return a stable intermediate frequency
>          * platform wants to switch to and target_intermediate() should set CPU
> -        * to to that frequency, before jumping to the frequency corresponding
> +        * to that frequency, before jumping to the frequency corresponding
>          * to 'index'. Core will take care of sending notifications and driver
>          * doesn't have to handle them in target_intermediate() or
>          * target_index().
> --

Applied as 5.8 material with some minor subject changes, thanks!

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

end of thread, other threads:[~2020-05-14 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 14:18 [PATCH] cpufreq: fix a minor typo for cpufreq_driver doc Wang Wenhu
2020-05-14 11: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;
as well as URLs for NNTP newsgroup(s).