From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752885AbcAOGhj (ORCPT ); Fri, 15 Jan 2016 01:37:39 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:33573 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750834AbcAOGhh (ORCPT ); Fri, 15 Jan 2016 01:37:37 -0500 Date: Fri, 15 Jan 2016 07:37:27 +0100 From: Luca Abeni To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Juri Lelli Subject: Re: [RFC 1/8] Track the active utilisation Message-ID: <20160115073727.490f97b8@luca-1225C> In-Reply-To: <20160114164914.GY6357@twins.programming.kicks-ass.net> References: <1452785094-3086-1-git-send-email-luca.abeni@unitn.it> <1452785094-3086-2-git-send-email-luca.abeni@unitn.it> <20160114164914.GY6357@twins.programming.kicks-ass.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 Jan 2016 17:49:14 +0100 Peter Zijlstra wrote: > On Thu, Jan 14, 2016 at 04:24:46PM +0100, Luca Abeni wrote: > > diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h > > index 10f1637..826ca6a 100644 > > --- a/kernel/sched/sched.h > > +++ b/kernel/sched/sched.h > > @@ -519,6 +519,11 @@ struct dl_rq { > > #else > > struct dl_bw dl_bw; > > #endif > > + /* This is the "active utilization" for this runqueue. > > Incorrect comment style. Ops... Sorry, I did not realize that I was using the wrong style. I am locally fixing this and all the other style issues you pointed out. Thanks, Luca