Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752654AbbDEQqA (ORCPT ); Sun, 5 Apr 2015 12:46:00 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:37297 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752290AbbDEQp7 (ORCPT ); Sun, 5 Apr 2015 12:45:59 -0400 From: Alex Dowad To: mingo@redhat.com, peterz@infradead.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] sched/fair: correct inaccurate comment in __update_group_entity_contrib Date: Sun, 5 Apr 2015 18:45:36 +0200 Message-Id: <1428252336-3356-1-git-send-email-alexinbeijing@gmail.com> X-Mailer: git-send-email 2.0.0.GIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1015 Lines: 26 Signed-off-by: Alex Dowad --- 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 bcfe320..1bae5ea 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -2648,7 +2648,7 @@ static inline void __update_group_entity_contrib(struct sched_entity *se) * lower-bound on the true value. * * Consider the aggregate of 2 contributions. Either they are disjoint - * (and the sum represents true value) or they are disjoint and we are + * (and the sum represents true value) or they intersect and we are * understating by the aggregate of their overlap. * * Extending this to N cpus, for a given overlap, the maximum amount we -- 2.0.0.GIT -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/