Skip to content

Commit ed1b773

Browse files
kamalesh-babulalIngo Molnar
authored andcommitted
sched/fair: Fix trivial typos in comments
- 'load_icx' => 'load_idx' - 'calculcate_imbalance' => 'calculate_imbalance' Signed-off-by: Kamalesh Babulal <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] [ Also, don't capitalize 'idle' unnecessarily. ] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 62e947c commit ed1b773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/sched/fair.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5206,7 +5206,7 @@ static inline void init_sd_lb_stats(struct sd_lb_stats *sds)
52065206
/**
52075207
* get_sd_load_idx - Obtain the load index for a given sched domain.
52085208
* @sd: The sched_domain whose load_idx is to be obtained.
5209-
* @idle: The Idle status of the CPU for whose sd load_icx is obtained.
5209+
* @idle: The idle status of the CPU for whose sd load_idx is obtained.
52105210
*
52115211
* Return: The load index.
52125212
*/
@@ -5412,7 +5412,7 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group)
54125412
* moving tasks due to affinity constraints.
54135413
*
54145414
* When this is so detected; this group becomes a candidate for busiest; see
5415-
* update_sd_pick_busiest(). And calculcate_imbalance() and
5415+
* update_sd_pick_busiest(). And calculate_imbalance() and
54165416
* find_busiest_group() avoid some of the usual balance conditions to allow it
54175417
* to create an effective group imbalance.
54185418
*

0 commit comments

Comments
 (0)