Skip to content

Commit c4941af

Browse files
vineethribmJonathan Corbet
authored andcommitted
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: 7c8cd56 ("docs: Update Schedstat version to 17") Signed-off-by: Madadi Vineeth Reddy <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Message-ID: <[email protected]>
1 parent 27565cf commit c4941af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/scheduler/sched-stats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ of idleness (busy, idle and newly idle):
135135
cpu was idle but no busier group was found
136136

137137
23) # of times in this domain sched_balance_rq() was called when the
138-
was just becoming idle
138+
cpu was just becoming idle
139139
24) # of times in this domain sched_balance_rq() checked but found the
140140
load did not require balancing when the cpu was just becoming idle
141141
25) # of times in this domain sched_balance_rq() tried to move one or more

0 commit comments

Comments
 (0)