From mboxrd@z Thu Jan 1 00:00:00 1970 From: mmarek@suse.cz (Michal Marek) Date: Sun, 9 Dec 2012 16:04:30 +0100 Subject: [Cocci] [PATCH] scripts/coccinelle/misc/warn.cocci: use WARN In-Reply-To: <1351972929-7448-1-git-send-email-Julia.Lawall@lip6.fr> References: <1351972929-7448-1-git-send-email-Julia.Lawall@lip6.fr> Message-ID: <20121209150429.GA29236@pobox.suse.cz> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On Sat, Nov 03, 2012 at 09:02:09PM +0100, Julia Lawall wrote: > From: Julia Lawall > > Use WARN(1,...) rather than printk followed by WARN(1). > > Signed-off-by: Julia Lawall > > --- > scripts/coccinelle/misc/warn.cocci | 109 +++++++++++++++++++++++++++++++++++++ Applied to kbuild.git#misc, thanks. Michal From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Date: Sun, 09 Dec 2012 15:04:30 +0000 Subject: Re: [PATCH] scripts/coccinelle/misc/warn.cocci: use WARN Message-Id: <20121209150429.GA29236@pobox.suse.cz> List-Id: References: <1351972929-7448-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1351972929-7448-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cocci@systeme.lip6.fr On Sat, Nov 03, 2012 at 09:02:09PM +0100, Julia Lawall wrote: > From: Julia Lawall > > Use WARN(1,...) rather than printk followed by WARN(1). > > Signed-off-by: Julia Lawall > > --- > scripts/coccinelle/misc/warn.cocci | 109 +++++++++++++++++++++++++++++++++++++ Applied to kbuild.git#misc, thanks. Michal From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756564Ab2LIPEd (ORCPT ); Sun, 9 Dec 2012 10:04:33 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41993 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756194Ab2LIPEb (ORCPT ); Sun, 9 Dec 2012 10:04:31 -0500 Date: Sun, 9 Dec 2012 16:04:30 +0100 From: Michal Marek To: Julia Lawall Cc: kernel-janitors@vger.kernel.org, Gilles Muller , Nicolas Palix , cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts/coccinelle/misc/warn.cocci: use WARN Message-ID: <20121209150429.GA29236@pobox.suse.cz> References: <1351972929-7448-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1351972929-7448-1-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 03, 2012 at 09:02:09PM +0100, Julia Lawall wrote: > From: Julia Lawall > > Use WARN(1,...) rather than printk followed by WARN(1). > > Signed-off-by: Julia Lawall > > --- > scripts/coccinelle/misc/warn.cocci | 109 +++++++++++++++++++++++++++++++++++++ Applied to kbuild.git#misc, thanks. Michal