public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] sched_fair: Fix a typo in the comment describing update_sd_lb_stats
       [not found] <hkang.sunysb>
@ 2011-10-12  3:00 ` hkang.sunysb
  2011-10-12  7:47   ` Peter Zijlstra
  2011-11-18 23:29   ` [tip:sched/core] " tip-bot for Hui Kang
  0 siblings, 2 replies; 3+ messages in thread
From: hkang.sunysb @ 2011-10-12  3:00 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar; +Cc: linux-kernel, Hui Kang

From: Hui Kang <hkang.sunysb@gmail.com>


Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
---
 kernel/sched_fair.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index bc8ee99..6d49c82 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -2854,7 +2854,7 @@ static bool update_sd_pick_busiest(struct sched_domain *sd,
 }
 
 /**
- * update_sd_lb_stats - Update sched_group's statistics for load balancing.
+ * update_sd_lb_stats - Update sched_domain's statistics for load balancing.
  * @sd: sched_domain whose statistics are to be updated.
  * @this_cpu: Cpu for which load balance is currently performed.
  * @idle: Idle status of this_cpu
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] sched_fair: Fix a typo in the comment describing update_sd_lb_stats
  2011-10-12  3:00 ` [PATCH 1/1] sched_fair: Fix a typo in the comment describing update_sd_lb_stats hkang.sunysb
@ 2011-10-12  7:47   ` Peter Zijlstra
  2011-11-18 23:29   ` [tip:sched/core] " tip-bot for Hui Kang
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Zijlstra @ 2011-10-12  7:47 UTC (permalink / raw)
  To: hkang.sunysb; +Cc: Ingo Molnar, linux-kernel

On Tue, 2011-10-11 at 23:00 -0400, hkang.sunysb@gmail.com wrote:
> From: Hui Kang <hkang.sunysb@gmail.com>
> 
> 
> Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
> ---
>  kernel/sched_fair.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
> index bc8ee99..6d49c82 100644
> --- a/kernel/sched_fair.c
> +++ b/kernel/sched_fair.c
> @@ -2854,7 +2854,7 @@ static bool update_sd_pick_busiest(struct sched_domain *sd,
>  }
>  
>  /**
> - * update_sd_lb_stats - Update sched_group's statistics for load balancing.
> + * update_sd_lb_stats - Update sched_domain's statistics for load balancing.
>   * @sd: sched_domain whose statistics are to be updated.
>   * @this_cpu: Cpu for which load balance is currently performed.
>   * @idle: Idle status of this_cpu

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:sched/core] sched_fair: Fix a typo in the comment describing update_sd_lb_stats
  2011-10-12  3:00 ` [PATCH 1/1] sched_fair: Fix a typo in the comment describing update_sd_lb_stats hkang.sunysb
  2011-10-12  7:47   ` Peter Zijlstra
@ 2011-11-18 23:29   ` tip-bot for Hui Kang
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Hui Kang @ 2011-11-18 23:29 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, a.p.zijlstra, hkang.sunysb, tglx, mingo

Commit-ID:  461819ac8ee950ce027c72a066156a3df9e60c7e
Gitweb:     http://git.kernel.org/tip/461819ac8ee950ce027c72a066156a3df9e60c7e
Author:     Hui Kang <hkang.sunysb@gmail.com>
AuthorDate: Tue, 11 Oct 2011 23:00:59 -0400
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Mon, 14 Nov 2011 12:50:34 +0100

sched_fair: Fix a typo in the comment describing update_sd_lb_stats

Signed-off-by: Hui Kang <hkang.sunysb@gmail.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1318388459-4427-1-git-send-email-hkang.sunysb@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/sched_fair.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index aba20f4..7e51b5b 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -3588,7 +3588,7 @@ static bool update_sd_pick_busiest(struct sched_domain *sd,
 }
 
 /**
- * update_sd_lb_stats - Update sched_group's statistics for load balancing.
+ * update_sd_lb_stats - Update sched_domain's statistics for load balancing.
  * @sd: sched_domain whose statistics are to be updated.
  * @this_cpu: Cpu for which load balance is currently performed.
  * @idle: Idle status of this_cpu

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-18 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <hkang.sunysb>
2011-10-12  3:00 ` [PATCH 1/1] sched_fair: Fix a typo in the comment describing update_sd_lb_stats hkang.sunysb
2011-10-12  7:47   ` Peter Zijlstra
2011-11-18 23:29   ` [tip:sched/core] " tip-bot for Hui Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox