Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423069AbbENXqw (ORCPT ); Thu, 14 May 2015 19:46:52 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:59968 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S933283AbbENXqu (ORCPT ); Thu, 14 May 2015 19:46:50 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Fabian Frederick , Linux Kernel Mailing List , Joe Perches , "linux-pm@vger.kernel.org" Subject: Re: [PATCH V3 1/2 linux-next] cpufreq: pxa: replace typedef pxa_freqs_t by structure Date: Fri, 15 May 2015 02:12:02 +0200 Message-ID: <3235672.1qyoOA5Ogh@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.0.0+; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <1430469241-30556-1-git-send-email-fabf@skynet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1122 Lines: 32 On Friday, May 01, 2015 08:31:19 PM Viresh Kumar wrote: > On 1 May 2015 at 14:04, Fabian Frederick wrote: > > typedef is not really useful here. Replace it by structure > > to improve readability. typedef should only be used in some cases. > > (See Documentation/CodingStyle Chapter 5 for details). > > > > Signed-off-by: Fabian Frederick > > --- > > Compiled but untested. > > > > V3: -constify arrays(patch 2) (suggested by Joe Perches) > > -fix typo in changelog (thanks to Viresh Kumar) > > V2: -verbose changelog. > > > > drivers/cpufreq/pxa2xx-cpufreq.c | 20 ++++++++++---------- > > 1 file changed, 10 insertions(+), 10 deletions(-) > > For both patches: > > Acked-by: Viresh Kumar Both queued up for 4.2, thanks! -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- 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/