* [PATCH TRIVIAL] sched/fair: Fix a typo in comments of get_sd_load_idx()
@ 2013-10-13 17:36 Kamalesh Babulal
2013-10-14 9:34 ` [tip:sched/core] sched/fair: Fix trivial typos in comments tip-bot for Kamalesh Babulal
0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2013-10-13 17:36 UTC (permalink / raw)
To: linux-kernel; +Cc: mingo, peterz
Fix a trival typo in description of idle in comments of
get_sd_load_idx().
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
---
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 82746796578d..b234b869470f 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5206,7 +5206,7 @@ static inline void init_sd_lb_stats(struct sd_lb_stats *sds)
/**
* get_sd_load_idx - Obtain the load index for a given sched domain.
* @sd: The sched_domain whose load_idx is to be obtained.
- * @idle: The Idle status of the CPU for whose sd load_icx is obtained.
+ * @idle: The Idle status of the CPU for whose sd load_idx is obtained.
*
* Return: The load index.
*/
--
1.8.4.474.g128a96c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip:sched/core] sched/fair: Fix trivial typos in comments
2013-10-13 17:36 [PATCH TRIVIAL] sched/fair: Fix a typo in comments of get_sd_load_idx() Kamalesh Babulal
@ 2013-10-14 9:34 ` tip-bot for Kamalesh Babulal
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Kamalesh Babulal @ 2013-10-14 9:34 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, kamalesh, tglx
Commit-ID: ed1b7732868035990f07aeb532b1d86272ea909e
Gitweb: http://git.kernel.org/tip/ed1b7732868035990f07aeb532b1d86272ea909e
Author: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
AuthorDate: Sun, 13 Oct 2013 23:06:15 +0530
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 14 Oct 2013 09:22:55 +0200
sched/fair: Fix trivial typos in comments
- 'load_icx' => 'load_idx'
- 'calculcate_imbalance' => 'calculate_imbalance'
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/1381685775-3544-1-git-send-email-kamalesh@linux.vnet.ibm.com
[ Also, don't capitalize 'idle' unnecessarily. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
kernel/sched/fair.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 8274679..4aa0b10 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5206,7 +5206,7 @@ static inline void init_sd_lb_stats(struct sd_lb_stats *sds)
/**
* get_sd_load_idx - Obtain the load index for a given sched domain.
* @sd: The sched_domain whose load_idx is to be obtained.
- * @idle: The Idle status of the CPU for whose sd load_icx is obtained.
+ * @idle: The idle status of the CPU for whose sd load_idx is obtained.
*
* Return: The load index.
*/
@@ -5412,7 +5412,7 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group)
* moving tasks due to affinity constraints.
*
* When this is so detected; this group becomes a candidate for busiest; see
- * update_sd_pick_busiest(). And calculcate_imbalance() and
+ * update_sd_pick_busiest(). And calculate_imbalance() and
* find_busiest_group() avoid some of the usual balance conditions to allow it
* to create an effective group imbalance.
*
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-14 9:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 17:36 [PATCH TRIVIAL] sched/fair: Fix a typo in comments of get_sd_load_idx() Kamalesh Babulal
2013-10-14 9:34 ` [tip:sched/core] sched/fair: Fix trivial typos in comments tip-bot for Kamalesh Babulal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).