[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1381685775-3544-1-git-send-email-kamalesh@linux.vnet.ibm.com>
Date: Sun, 13 Oct 2013 23:06:15 +0530
From: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...hat.com, peterz@...radead.org
Subject: [PATCH TRIVIAL] sched/fair: Fix a typo in comments of get_sd_load_idx()
Fix a trival typo in description of idle in comments of
get_sd_load_idx().
Signed-off-by: Kamalesh Babulal <kamalesh@...ux.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists