[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1381686750-3951-1-git-send-email-kamalesh@linux.vnet.ibm.com>
Date: Sun, 13 Oct 2013 23:22:30 +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 sg_imbalanced()
calculcate_imbalance should be calculate_imbalance in the
comments of sg_imbalanced().
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 b234b869470f..e24d238cb8cf 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -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.
*
--
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