diff mbox series

cpuidle: menu: Fix typo in a comment

Message ID 20211113060618.220832-1-wangborong@cdjrlc.com (mailing list archive)
State Mainlined, archived
Headers show
Series cpuidle: menu: Fix typo in a comment | expand

Commit Message

Jason Wang Nov. 13, 2021, 6:06 a.m. UTC
The double word `these' in a comment is repeated, thus
one of them should be removed.

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

Comments

Rafael J. Wysocki Nov. 24, 2021, 4:31 p.m. UTC | #1
On Sat, Nov 13, 2021 at 7:07 AM Jason Wang <wangborong@cdjrlc.com> wrote:
>
> The double word `these' in a comment is repeated, thus
> one of them should be removed.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/cpuidle/governors/menu.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c
> index 2e5670446991..c4922684f305 100644
> --- a/drivers/cpuidle/governors/menu.c
> +++ b/drivers/cpuidle/governors/menu.c
> @@ -34,7 +34,7 @@
>   * 1) Energy break even point
>   * 2) Performance impact
>   * 3) Latency tolerance (from pmqos infrastructure)
> - * These these three factors are treated independently.
> + * These three factors are treated independently.
>   *
>   * Energy break even point
>   * -----------------------
> --

Applied as 5.17 material, thanks!
diff mbox series

Patch

diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c
index 2e5670446991..c4922684f305 100644
--- a/drivers/cpuidle/governors/menu.c
+++ b/drivers/cpuidle/governors/menu.c
@@ -34,7 +34,7 @@ 
  * 1) Energy break even point
  * 2) Performance impact
  * 3) Latency tolerance (from pmqos infrastructure)
- * These these three factors are treated independently.
+ * These three factors are treated independently.
  *
  * Energy break even point
  * -----------------------