diff options
author | Madadi Vineeth Reddy <vineethr@linux.ibm.com> | 2025-05-20 15:37:52 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-05-21 04:20:02 -0600 |
commit | c4941af28ca3c70c80169867039ed207d20b7add (patch) | |
tree | c98e7395677b6f25c235d13804ee8da4ccdb5742 | |
parent | 27565cfcd78315ce0410adb79ae14d49e325a2b1 (diff) |
Documentation/scheduler: Fix typo in sched-stats domain field description
Fixes a typo in the description of the 23rd field of the scheduling
domain statistics, which was missing the word "cpu".
Fixes: 7c8cd569ff66 ("docs: Update Schedstat version to 17")
Signed-off-by: Madadi Vineeth Reddy <vineethr@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250520100752.39921-1-vineethr@linux.ibm.com>
-rw-r--r-- | Documentation/scheduler/sched-stats.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scheduler/sched-stats.rst b/Documentation/scheduler/sched-stats.rst index 08b6bc9a315c..d82e7d2b54f0 100644 --- a/Documentation/scheduler/sched-stats.rst +++ b/Documentation/scheduler/sched-stats.rst @@ -135,7 +135,7 @@ of idleness (busy, idle and newly idle): cpu was idle but no busier group was found 23) # of times in this domain sched_balance_rq() was called when the - was just becoming idle + cpu was just becoming idle 24) # of times in this domain sched_balance_rq() checked but found the load did not require balancing when the cpu was just becoming idle 25) # of times in this domain sched_balance_rq() tried to move one or more |