From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbdBRAU5 (ORCPT ); Fri, 17 Feb 2017 19:20:57 -0500 Received: from smtprelay0205.hostedemail.com ([216.40.44.205]:44802 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750762AbdBRAU4 (ORCPT ); Fri, 17 Feb 2017 19:20:56 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::::::::,RULES_HIT:41:355:379:421:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:2893:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3873:3874:4321:5007:6119:6742:7522:9389:10004:10400:10848:11026:11232:11473:11658:11914:12296:12740:12895:13069:13311:13357:13439:13894:14181:14659:14721:21080:21433:21451:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: cork29_249aef52a4339 X-Filterd-Recvd-Size: 2711 Message-ID: <1487377247.2198.9.camel@perches.com> Subject: Re: [PATCH 35/35] sound/soc: Convert remaining uses of pr_warning to pr_warn From: Joe Perches To: Nicolin Chen , Mark Brown Cc: Timur Tabi , Xiubo Li , Fabio Estevam , Krzysztof Kozlowski , Sangbeom Kim , Sylwester Nawrocki , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Fri, 17 Feb 2017 16:20:47 -0800 In-Reply-To: <20170217235751.GA4125@Asurada-Nvidia> References: <3d93f7226ba34fede99f72ec038098a3d98a139a.1487314667.git.joe@perches.com> <20170217202844.GA8215@Asurada-Nvidia> <20170217234854.spi62waguwd7kpno@sirena.org.uk> <20170217235751.GA4125@Asurada-Nvidia> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.3-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-02-17 at 15:57 -0800, Nicolin Chen wrote: > On Fri, Feb 17, 2017 at 11:48:54PM +0000, Mark Brown wrote: > > On Fri, Feb 17, 2017 at 12:28:44PM -0800, Nicolin Chen wrote: > > > On Thu, Feb 16, 2017 at 11:11:48PM -0800, Joe Perches wrote: > > > > To enable eventual removal of pr_warning > > > > > > > > This makes pr_warn use consistent for sound/soc > > > > > > > > Prior to this patch, there were 5 uses of pr_warning and > > > > 10 uses of pr_warn in sound/soc > > > > > > > > Signed-off-by: Joe Perches > > > > > > For imx-audmux.c, > > > > I don't have this patch, perhaps it got caught in a spam filter or > > perhaps it got deleted because as ever you're not using subject lines > > reflecting the style for the subsystem. > > My bad that I didn't pay attention to the subject. > > Joe, please fix it in v2. Thanks. > > ASoC: Convert remaining uses of pr_warning to pr_warn This is a treewide scripted patch which is basically just a sed. If or when you apply it, you should fix it up to suit. $ git log -1000 --pretty=oneline --no-merges sound/soc | \ cut -f2- -d" " | cut -f1 -d":" |sort | uniq ALSA AsoC ASoc ASoC ASOC ASoC fix up SND_SOC_WM8985 dependency drm/i915/dp kthread lib/vsprintf.c scripts/spelling.txt sgtl5000 SoC sound/soc treewide From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH 35/35] sound/soc: Convert remaining uses of pr_warning to pr_warn Date: Fri, 17 Feb 2017 16:20:47 -0800 Message-ID: <1487377247.2198.9.camel@perches.com> References: <3d93f7226ba34fede99f72ec038098a3d98a139a.1487314667.git.joe@perches.com> <20170217202844.GA8215@Asurada-Nvidia> <20170217234854.spi62waguwd7kpno@sirena.org.uk> <20170217235751.GA4125@Asurada-Nvidia> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from smtprelay.hostedemail.com (smtprelay0119.hostedemail.com [216.40.44.119]) by alsa0.perex.cz (Postfix) with ESMTP id 725AD266649 for ; Sat, 18 Feb 2017 01:20:55 +0100 (CET) In-Reply-To: <20170217235751.GA4125@Asurada-Nvidia> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Nicolin Chen , Mark Brown Cc: alsa-devel@alsa-project.org, Xiubo Li , Sangbeom Kim , linux-kernel@vger.kernel.org, Takashi Iwai , Timur Tabi , Krzysztof Kozlowski , Liam Girdwood , Sylwester Nawrocki , Fabio Estevam , linuxppc-dev@lists.ozlabs.org List-Id: alsa-devel@alsa-project.org On Fri, 2017-02-17 at 15:57 -0800, Nicolin Chen wrote: > On Fri, Feb 17, 2017 at 11:48:54PM +0000, Mark Brown wrote: > > On Fri, Feb 17, 2017 at 12:28:44PM -0800, Nicolin Chen wrote: > > > On Thu, Feb 16, 2017 at 11:11:48PM -0800, Joe Perches wrote: > > > > To enable eventual removal of pr_warning > > > > = > > > > This makes pr_warn use consistent for sound/soc > > > > = > > > > Prior to this patch, there were 5 uses of pr_warning and > > > > 10 uses of pr_warn in sound/soc > > > > = > > > > Signed-off-by: Joe Perches > > > = > > > For imx-audmux.c, > > = > > I don't have this patch, perhaps it got caught in a spam filter or > > perhaps it got deleted because as ever you're not using subject lines > > reflecting the style for the subsystem. > = > My bad that I didn't pay attention to the subject. > = > Joe, please fix it in v2. Thanks. > = > ASoC: Convert remaining uses of pr_warning to pr_warn This is a treewide scripted patch which is basically just a sed. If or when you apply it, you should fix it up to suit. $ git log -1000 --pretty=3Doneline --no-merges sound/soc |=A0\ cut -f2- -d" " | cut -f1 -d":" |sort | uniq ALSA AsoC ASoc ASoC ASOC ASoC fix up SND_SOC_WM8985 dependency drm/i915/dp kthread lib/vsprintf.c scripts/spelling.txt sgtl5000 SoC sound/soc treewide