linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powercap: fix typo in a comment
@ 2021-12-12  3:06 Jason Wang
  2021-12-17 15:32 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2021-12-12  3:06 UTC (permalink / raw)
  To: rafael; +Cc: linux-pm, linux-kernel, Jason Wang

The double `the' in the comment in line 15 is repeated. Remove one
of them from the comment.

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

diff --git a/drivers/powercap/idle_inject.c b/drivers/powercap/idle_inject.c
index 6e1a0043c411..a20bf12f3ce3 100644
--- a/drivers/powercap/idle_inject.c
+++ b/drivers/powercap/idle_inject.c
@@ -12,7 +12,7 @@
  *
  * All of the kthreads used for idle injection are created at init time.
  *
- * Next, the users of the the idle injection framework provide a cpumask via
+ * Next, the users of the idle injection framework provide a cpumask via
  * its register function. The kthreads will be synchronized with respect to
  * this cpumask.
  *
-- 
2.34.1


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

* Re: [PATCH] powercap: fix typo in a comment
  2021-12-12  3:06 [PATCH] powercap: fix typo in a comment Jason Wang
@ 2021-12-17 15:32 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2021-12-17 15:32 UTC (permalink / raw)
  To: Jason Wang; +Cc: Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List

On Sun, Dec 12, 2021 at 4:07 AM Jason Wang <wangborong@cdjrlc.com> wrote:
>
> The double `the' in the comment in line 15 is repeated. Remove one
> of them from the comment.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/powercap/idle_inject.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/powercap/idle_inject.c b/drivers/powercap/idle_inject.c
> index 6e1a0043c411..a20bf12f3ce3 100644
> --- a/drivers/powercap/idle_inject.c
> +++ b/drivers/powercap/idle_inject.c
> @@ -12,7 +12,7 @@
>   *
>   * All of the kthreads used for idle injection are created at init time.
>   *
> - * Next, the users of the the idle injection framework provide a cpumask via
> + * Next, the users of the idle injection framework provide a cpumask via
>   * its register function. The kthreads will be synchronized with respect to
>   * this cpumask.
>   *
> --

Applied (with edited subject and a new changelog) as 5.17 material.

If you submit similar changes in the future, please use more precise
subjects, to allow the given change to be distinguished from other
changes in the same category more easily.

Thanks!

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

end of thread, other threads:[~2021-12-17 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12  3:06 [PATCH] powercap: fix typo in a comment Jason Wang
2021-12-17 15:32 ` 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).