Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752105AbcJKH6y (ORCPT ); Tue, 11 Oct 2016 03:58:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:56392 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbcJKH6x (ORCPT ); Tue, 11 Oct 2016 03:58:53 -0400 Date: Tue, 11 Oct 2016 09:58:51 +0200 From: Michal Marek To: Nicholas Mc Guire Cc: Julia Lawall , Gilles Muller , Nicolas Palix , cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Coccinelle: flag conditions with no effect Message-ID: <20161011075851.GB16035@sepie.suse.cz> References: <1475941905-8835-1-git-send-email-hofrat@osadl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475941905-8835-1-git-send-email-hofrat@osadl.org> 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: 360 Lines: 11 On Sat, Oct 08, 2016 at 05:51:45PM +0200, Nicholas Mc Guire wrote: > Report code constructs where the if and else branch are functionally > identical. In cases where this is intended it really should be > documented - most reported cases probably are bugs. > > Signed-off-by: Nicholas Mc Guire Applied to kbuild.git#misc. Thanks, Michal