All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpuidle/coupled: Fix comment typo
@ 2022-08-11 12:04 Jason Wang
  2022-08-31 18:55 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-08-11 12:04 UTC (permalink / raw)
  To: daniel.lezcano; +Cc: rafael, linux-pm, linux-kernel, Jason Wang

The double `are' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/cpuidle/coupled.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpuidle/coupled.c b/drivers/cpuidle/coupled.c
index 74068742cef3..9acde71558d5 100644
--- a/drivers/cpuidle/coupled.c
+++ b/drivers/cpuidle/coupled.c
@@ -54,7 +54,7 @@
  * variable is not locked.  It is only written from the cpu that
  * it stores (or by the on/offlining cpu if that cpu is offline),
  * and only read after all the cpus are ready for the coupled idle
- * state are are no longer updating it.
+ * state are no longer updating it.
  *
  * Three atomic counters are used.  alive_count tracks the number
  * of cpus in the coupled set that are currently or soon will be
-- 
2.36.1


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

* Re: [PATCH] cpuidle/coupled: Fix comment typo
  2022-08-11 12:04 [PATCH] cpuidle/coupled: Fix comment typo Jason Wang
@ 2022-08-31 18:55 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2022-08-31 18:55 UTC (permalink / raw)
  To: Jason Wang
  Cc: Daniel Lezcano, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List

On Thu, Aug 11, 2022 at 2:05 PM Jason Wang <wangborong@cdjrlc.com> wrote:
>
> The double `are' is duplicated in the comment, remove one.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/cpuidle/coupled.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpuidle/coupled.c b/drivers/cpuidle/coupled.c
> index 74068742cef3..9acde71558d5 100644
> --- a/drivers/cpuidle/coupled.c
> +++ b/drivers/cpuidle/coupled.c
> @@ -54,7 +54,7 @@
>   * variable is not locked.  It is only written from the cpu that
>   * it stores (or by the on/offlining cpu if that cpu is offline),
>   * and only read after all the cpus are ready for the coupled idle
> - * state are are no longer updating it.
> + * state are no longer updating it.
>   *
>   * Three atomic counters are used.  alive_count tracks the number
>   * of cpus in the coupled set that are currently or soon will be
> --

Applied as 6.1 material under a modified subject, thanks!

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

end of thread, other threads:[~2022-08-31 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 12:04 [PATCH] cpuidle/coupled: Fix comment typo Jason Wang
2022-08-31 18:55 ` 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.