Signed-off-by: shao_xuehua <1154690388@xxxxxx>
---
Documentation/scheduler/sched-capacity.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/scheduler/sched-capacity.rst b/Documentation/scheduler/sched-capacity.rst
index 8e2b8538bc2b..6bbdcb10ffa9 100644
--- a/Documentation/scheduler/sched-capacity.rst
+++ b/Documentation/scheduler/sched-capacity.rst
@@ -420,7 +420,7 @@ to a CPU with more capacity than its current one.
RT task wakeup CPU selection searches for a CPU that satisfies::
- task_uclamp_min(p) <= capacity(task_cpu(cpu))
+ task_uclamp_min(p) <= capacity(task_cpu(p))
while still following the usual priority constraints. If none of the candidate
CPUs can satisfy this capacity criterion, then strict priority based scheduling