Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: thermal: cpu-idle-cooling.rst: Fix bracket
@ 2026-09-03 16:07 Manuel Ebner
  2026-09-03 17:22 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Ebner @ 2026-09-03 16:07 UTC (permalink / raw)
  To: Amit Daniel Kachhap, Daniel Lezcano, Viresh Kumar, Lukasz Luba,
	Rafael J. Wysocki, Zhang Rui, Jonathan Corbet, Shuah Khan
  Cc: Manuel Ebner, linux-pm, linux-doc, linux-kernel

Remove needless '(' from equation.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 Documentation/driver-api/thermal/cpu-idle-cooling.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/thermal/cpu-idle-cooling.rst b/Documentation/driver-api/thermal/cpu-idle-cooling.rst
index c2a7ca676..b9d4c91a7 100644
--- a/Documentation/driver-api/thermal/cpu-idle-cooling.rst
+++ b/Documentation/driver-api/thermal/cpu-idle-cooling.rst
@@ -161,7 +161,7 @@ tree. So with the idle injection mechanism, we want an average power
 specific OPP and idle another amount of time. That could be put in a
 equation::
 
- P(opp)target = ((Trunning x (P(opp)running) + (Tidle x P(opp)idle)) /
+ P(opp)target = (Trunning x (P(opp)running) + (Tidle x P(opp)idle)) /
 			(Trunning + Tidle)
 
   ...
-- 
2.54.0


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

* Re: [PATCH] docs: thermal: cpu-idle-cooling.rst: Fix bracket
  2026-09-03 16:07 [PATCH] docs: thermal: cpu-idle-cooling.rst: Fix bracket Manuel Ebner
@ 2026-09-03 17:22 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-09-03 17:22 UTC (permalink / raw)
  To: Manuel Ebner, Amit Daniel Kachhap, Daniel Lezcano, Viresh Kumar,
	Lukasz Luba, Rafael J. Wysocki, Zhang Rui, Jonathan Corbet,
	Shuah Khan
  Cc: linux-pm, linux-doc, linux-kernel



On 9/3/26 9:07 AM, Manuel Ebner wrote:
> Remove needless '(' from equation.
> 
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>

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

> ---
>  Documentation/driver-api/thermal/cpu-idle-cooling.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/driver-api/thermal/cpu-idle-cooling.rst b/Documentation/driver-api/thermal/cpu-idle-cooling.rst
> index c2a7ca676..b9d4c91a7 100644
> --- a/Documentation/driver-api/thermal/cpu-idle-cooling.rst
> +++ b/Documentation/driver-api/thermal/cpu-idle-cooling.rst
> @@ -161,7 +161,7 @@ tree. So with the idle injection mechanism, we want an average power
>  specific OPP and idle another amount of time. That could be put in a
>  equation::
>  
> - P(opp)target = ((Trunning x (P(opp)running) + (Tidle x P(opp)idle)) /
> + P(opp)target = (Trunning x (P(opp)running) + (Tidle x P(opp)idle)) /
>  			(Trunning + Tidle)
>  
>    ...

-- 
~Randy

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

end of thread, other threads:[~2026-09-03 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 16:07 [PATCH] docs: thermal: cpu-idle-cooling.rst: Fix bracket Manuel Ebner
2026-09-03 17:22 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox