Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752961AbcLJWtr (ORCPT ); Sat, 10 Dec 2016 17:49:47 -0500 Received: from mx2.suse.de ([195.135.220.15]:40629 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752704AbcLJWtq (ORCPT ); Sat, 10 Dec 2016 17:49:46 -0500 Date: Sat, 10 Dec 2016 23:49:43 +0100 From: Michal Marek To: "Andrew F. Davis" Cc: Julia Lawall , Gilles Muller , Nicolas Palix , cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Coccinelle: Add misc/boolconv.cocci Message-ID: <20161210224942.GA26709@sepie.suse.cz> References: <20161017165224.17093-1-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161017165224.17093-1-afd@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 265 Lines: 9 On Mon, Oct 17, 2016 at 11:52:24AM -0500, Andrew F. Davis wrote: > Add a script to check for unneeded conversions to bool. > > Signed-off-by: Andrew F. Davis > Acked-by: Julia Lawall Applied to kbuild.git#misc, thanks. Michal