Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751926AbbD3Cr5 (ORCPT ); Wed, 29 Apr 2015 22:47:57 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:35644 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbbD3Crx (ORCPT ); Wed, 29 Apr 2015 22:47:53 -0400 MIME-Version: 1.0 In-Reply-To: <1430335980-9765-1-git-send-email-fabf@skynet.be> References: <1430335980-9765-1-git-send-email-fabf@skynet.be> Date: Thu, 30 Apr 2015 08:17:52 +0530 Message-ID: Subject: Re: [PATCH V2 linux-next] cpufreq: pxa: replace typedef pxa_freqs_t by structure From: Viresh Kumar To: Fabian Frederick Cc: Linux Kernel Mailing List , "Rafael J. Wysocki" , "linux-pm@vger.kernel.org" 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: 820 Lines: 21 On 30 April 2015 at 01:02, Fabian Frederick wrote: > typedef is not really useful here. Replace it by structure > to improve readability.typedef should only be used in some cases. Space after full stop. (Maybe Rafael can fix that while applying).. > (See Documentation/CodingStyle Chapter 5 for details). > > Signed-off-by: Fabian Frederick > --- > V2: verbose changelog. > > drivers/cpufreq/pxa2xx-cpufreq.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) Acked-by: Viresh Kumar -- 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/