[PATCH] Documentation: power/cpuidle: Fix repeating phrase

Syazwina Fazrul posted 1 patch 1 week, 2 days ago
Documentation/admin-guide/pm/cpuidle.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: power/cpuidle: Fix repeating phrase
Posted by Syazwina Fazrul 1 week, 2 days ago
remove repeating 'with the' phrase

Signed-off-by: Syazwina Fazrul <norsyazwina.fazrul@gmail.com>
---
 Documentation/admin-guide/pm/cpuidle.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/pm/cpuidle.rst b/Documentation/admin-guide/pm/cpuidle.rst
index be4c1120e3f0..e91ebd432f6f 100644
--- a/Documentation/admin-guide/pm/cpuidle.rst
+++ b/Documentation/admin-guide/pm/cpuidle.rst
@@ -316,7 +316,7 @@ interval" value.
 
 Now, the governor is ready to walk the list of idle states and choose one of
 them.  For this purpose, it compares the target residency of each state with
-the predicted idle duration and the exit latency of it with the with the latency
+the predicted idle duration and the exit latency of it with the latency
 limit coming from the power management quality of service, or `PM QoS <cpu-pm-qos_>`_,
 framework.  It selects the state with the target residency closest to the predicted
 idle duration, but still below it, and exit latency that does not exceed the
-- 
2.52.0
Re: [PATCH] Documentation: power/cpuidle: Fix repeating phrase
Posted by Randy Dunlap 1 week, 2 days ago

On 9/15/26 3:00 PM, Syazwina Fazrul wrote:
> remove repeating 'with the' phrase
> 
> Signed-off-by: Syazwina Fazrul <norsyazwina.fazrul@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/admin-guide/pm/cpuidle.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/pm/cpuidle.rst b/Documentation/admin-guide/pm/cpuidle.rst
> index be4c1120e3f0..e91ebd432f6f 100644
> --- a/Documentation/admin-guide/pm/cpuidle.rst
> +++ b/Documentation/admin-guide/pm/cpuidle.rst
> @@ -316,7 +316,7 @@ interval" value.
>  
>  Now, the governor is ready to walk the list of idle states and choose one of
>  them.  For this purpose, it compares the target residency of each state with
> -the predicted idle duration and the exit latency of it with the with the latency
> +the predicted idle duration and the exit latency of it with the latency
>  limit coming from the power management quality of service, or `PM QoS <cpu-pm-qos_>`_,
>  framework.  It selects the state with the target residency closest to the predicted
>  idle duration, but still below it, and exit latency that does not exceed the

-- 
~Randy