From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752553AbcBOI5i (ORCPT ); Mon, 15 Feb 2016 03:57:38 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36810 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbcBOI5g (ORCPT ); Mon, 15 Feb 2016 03:57:36 -0500 Date: Mon, 15 Feb 2016 14:27:28 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Linux PM list , Linux Kernel Mailing List , Juri Lelli Subject: Re: [PATCH 8/9] cpufreq: ondemand: Simplify conditionals in od_dbs_timer() Message-ID: <20160215085728.GP6334@vireshk-i7> References: <3329748.lhJgppdTt9@vostro.rjw.lan> <19952608.TanrAGEnqx@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19952608.TanrAGEnqx@vostro.rjw.lan> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15-02-16, 02:21, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Reduce the indentation level in the conditionals in od_dbs_timer() > and drop the delay variable from it. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq_ondemand.c | 24 +++++++++++------------- > 1 file changed, 11 insertions(+), 13 deletions(-) Reviewed-by: Viresh Kumar -- viresh