From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753581Ab2BYHbJ (ORCPT ); Sat, 25 Feb 2012 02:31:09 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:1743 "EHLO mail1-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469Ab2BYHbI (ORCPT ); Sat, 25 Feb 2012 02:31:08 -0500 X-IronPort-AV: E=Sophos;i="4.73,480,1325458800"; d="scan'208";a="145897036" Date: Sat, 25 Feb 2012 08:31:04 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Michal Marek cc: Julia Lawall , Julia Lawall , kernel-janitors@vger.kernel.org, Gilles Muller , Nicolas Palix , cocci@diku.dk, linux-kernel@vger.kernel.org, bruce.w.allan@intel.com, joe@perches.com, rusty@rustcorp.com.au Subject: Re: [PATCH v3] scripts/coccinelle/misc/boolinit.cocci: semantic patch for bool issues In-Reply-To: <20120224231153.GE19992@sepie.suse.cz> Message-ID: References: <1328907918-31335-1-git-send-email-Julia.Lawall@lip6.fr> <20120224231153.GE19992@sepie.suse.cz> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 25 Feb 2012, Michal Marek wrote: > On Fri, Feb 10, 2012 at 10:05:18PM +0100, Julia Lawall wrote: >> From: Julia Lawall >> >> Signed-off-by: Julia Lawall >> >> --- >> ERROR's changed to WARNING, except in assignment to non-0/1 case. > > Applied to kbuild.git#misc. Thanks! julia