From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752281AbaIMVvy (ORCPT ); Sat, 13 Sep 2014 17:51:54 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:64518 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752160AbaIMVvx (ORCPT ); Sat, 13 Sep 2014 17:51:53 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 96.249.243.124 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/SgA9GalgceDGdlngmP0HuUHb4xY4Nez4= X-DKIM: OpenDKIM Filter v2.0.1 titan 5A4BF5E0CB7 Date: Sat, 13 Sep 2014 17:51:23 -0400 From: Jason Cooper To: Joe Perches Cc: linux-arm-kernel@lists.infradead.org, Andrew Lunn , Sebastian Hesselbarth , Russell King , Alexander Clouter , linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/8] arm: mach-orion5x: Convert pr_warning to pr_warn Message-ID: <20140913215123.GK30828@titan.lakedaemon.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Joe, On Sat, Sep 13, 2014 at 11:31:17AM -0700, Joe Perches wrote: > Use the more common pr_warn. > > Other miscellanea: > > o Realign arguments > > Signed-off-by: Joe Perches > --- > arch/arm/mach-orion5x/dns323-setup.c | 8 ++++---- > arch/arm/mach-orion5x/terastation_pro2-setup.c | 2 +- > arch/arm/mach-orion5x/ts209-setup.c | 2 +- > arch/arm/mach-orion5x/ts409-setup.c | 2 +- > arch/arm/mach-orion5x/ts78xx-setup.c | 4 ++-- > 5 files changed, 9 insertions(+), 9 deletions(-) Applied to mvebu/soc with Andrew's Ack. thx, Jason. From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Sat, 13 Sep 2014 17:51:23 -0400 Subject: [PATCH 6/8] arm: mach-orion5x: Convert pr_warning to pr_warn In-Reply-To: References: Message-ID: <20140913215123.GK30828@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Joe, On Sat, Sep 13, 2014 at 11:31:17AM -0700, Joe Perches wrote: > Use the more common pr_warn. > > Other miscellanea: > > o Realign arguments > > Signed-off-by: Joe Perches > --- > arch/arm/mach-orion5x/dns323-setup.c | 8 ++++---- > arch/arm/mach-orion5x/terastation_pro2-setup.c | 2 +- > arch/arm/mach-orion5x/ts209-setup.c | 2 +- > arch/arm/mach-orion5x/ts409-setup.c | 2 +- > arch/arm/mach-orion5x/ts78xx-setup.c | 4 ++-- > 5 files changed, 9 insertions(+), 9 deletions(-) Applied to mvebu/soc with Andrew's Ack. thx, Jason.