All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: intel_pstate: Remove repeated word
@ 2021-01-17  0:47 ` Nigel Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Nigel Christian @ 2021-01-17  0:47 UTC (permalink / raw)
  To: srinivas.pandruvada, lenb, rjw, viresh.kumar; +Cc: linux-pm, kernel-janitors

In the comment for trace in passive mode there is an 
unnecessary "the". Eradicate it.

Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
---
 drivers/cpufreq/intel_pstate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 6f2ff2775664..5175ae3cac44 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -2498,7 +2498,7 @@ static int intel_cpufreq_verify_policy(struct cpufreq_policy_data *policy)
  * driver call was via the normal or fast switch path. Various graphs
  * output from the intel_pstate_tracer.py utility that include core_busy
  * (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%,
- * so we use 10 to indicate the the normal path through the driver, and
+ * so we use 10 to indicate the normal path through the driver, and
  * 90 to indicate the fast switch path through the driver.
  * The scaled_busy field is not used, and is set to 0.
  */
-- 
2.29.2

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

* [PATCH] cpufreq: intel_pstate: Remove repeated word
@ 2021-01-17  0:47 ` Nigel Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Nigel Christian @ 2021-01-17  0:47 UTC (permalink / raw)
  To: srinivas.pandruvada, lenb, rjw, viresh.kumar; +Cc: linux-pm, kernel-janitors

In the comment for trace in passive mode there is an 
unnecessary "the". Eradicate it.

Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
---
 drivers/cpufreq/intel_pstate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 6f2ff2775664..5175ae3cac44 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -2498,7 +2498,7 @@ static int intel_cpufreq_verify_policy(struct cpufreq_policy_data *policy)
  * driver call was via the normal or fast switch path. Various graphs
  * output from the intel_pstate_tracer.py utility that include core_busy
  * (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%,
- * so we use 10 to indicate the the normal path through the driver, and
+ * so we use 10 to indicate the normal path through the driver, and
  * 90 to indicate the fast switch path through the driver.
  * The scaled_busy field is not used, and is set to 0.
  */
-- 
2.29.2


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

* Re: [PATCH] cpufreq: intel_pstate: Remove repeated word
  2021-01-17  0:47 ` Nigel Christian
@ 2021-01-22 16:06   ` Rafael J. Wysocki
  -1 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-01-22 16:06 UTC (permalink / raw)
  To: Nigel Christian
  Cc: Srinivas Pandruvada, Len Brown, Rafael J. Wysocki, Viresh Kumar,
	Linux PM, kernel-janitors

On Sun, Jan 17, 2021 at 1:48 AM Nigel Christian
<nigel.l.christian@gmail.com> wrote:
>
> In the comment for trace in passive mode there is an
> unnecessary "the". Eradicate it.
>
> Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
> ---
>  drivers/cpufreq/intel_pstate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
> index 6f2ff2775664..5175ae3cac44 100644
> --- a/drivers/cpufreq/intel_pstate.c
> +++ b/drivers/cpufreq/intel_pstate.c
> @@ -2498,7 +2498,7 @@ static int intel_cpufreq_verify_policy(struct cpufreq_policy_data *policy)
>   * driver call was via the normal or fast switch path. Various graphs
>   * output from the intel_pstate_tracer.py utility that include core_busy
>   * (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%,
> - * so we use 10 to indicate the the normal path through the driver, and
> + * so we use 10 to indicate the normal path through the driver, and
>   * 90 to indicate the fast switch path through the driver.
>   * The scaled_busy field is not used, and is set to 0.
>   */
> --

Applied as 5.12 material, thanks!

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

* Re: [PATCH] cpufreq: intel_pstate: Remove repeated word
@ 2021-01-22 16:06   ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-01-22 16:06 UTC (permalink / raw)
  To: Nigel Christian
  Cc: Srinivas Pandruvada, Len Brown, Rafael J. Wysocki, Viresh Kumar,
	Linux PM, kernel-janitors

On Sun, Jan 17, 2021 at 1:48 AM Nigel Christian
<nigel.l.christian@gmail.com> wrote:
>
> In the comment for trace in passive mode there is an
> unnecessary "the". Eradicate it.
>
> Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
> ---
>  drivers/cpufreq/intel_pstate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
> index 6f2ff2775664..5175ae3cac44 100644
> --- a/drivers/cpufreq/intel_pstate.c
> +++ b/drivers/cpufreq/intel_pstate.c
> @@ -2498,7 +2498,7 @@ static int intel_cpufreq_verify_policy(struct cpufreq_policy_data *policy)
>   * driver call was via the normal or fast switch path. Various graphs
>   * output from the intel_pstate_tracer.py utility that include core_busy
>   * (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%,
> - * so we use 10 to indicate the the normal path through the driver, and
> + * so we use 10 to indicate the normal path through the driver, and
>   * 90 to indicate the fast switch path through the driver.
>   * The scaled_busy field is not used, and is set to 0.
>   */
> --

Applied as 5.12 material, thanks!

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

end of thread, other threads:[~2021-01-22 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17  0:47 [PATCH] cpufreq: intel_pstate: Remove repeated word Nigel Christian
2021-01-17  0:47 ` Nigel Christian
2021-01-22 16:06 ` Rafael J. Wysocki
2021-01-22 16:06   ` 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.