From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756420AbcBIDuN (ORCPT ); Mon, 8 Feb 2016 22:50:13 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:33169 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755394AbcBIDuK (ORCPT ); Mon, 8 Feb 2016 22:50:10 -0500 Date: Tue, 9 Feb 2016 09:20:06 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Linux PM list , Linux Kernel Mailing List Subject: Re: [PATCH] cpufreq: governor: Rename skip_work to work_count Message-ID: <20160209035006.GA10843@vireshk> References: <10636342.9MrKUjbuVK@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10636342.9MrKUjbuVK@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 08-02-16, 23:41, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The skip_work field in struct policy_dbs_info technically is a > counter, so give it a new name to reflect that. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > > On top of the bleeding-edge branch on linux-pm.git. > > Thanks, > Rafael > > --- > drivers/cpufreq/cpufreq_governor.c | 14 +++++++------- > drivers/cpufreq/cpufreq_governor.h | 2 +- > 2 files changed, 8 insertions(+), 8 deletions(-) Acked-by: Viresh Kumar -- viresh