Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754467AbbHLOMO (ORCPT ); Wed, 12 Aug 2015 10:12:14 -0400 Received: from mx2.suse.de ([195.135.220.15]:55072 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752948AbbHLOMM (ORCPT ); Wed, 12 Aug 2015 10:12:12 -0400 Subject: Re: [RFC] coccinelle: add style check for assignment in if To: Kris Borer References: <1439387500-11183-1-git-send-email-kborer@gmail.com> Cc: Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr, nicolas.palix@imag.fr, linux-kernel@vger.kernel.org, cocci@systeme.lip6.fr From: Michal Marek Message-ID: <55CB543A.70007@suse.cz> Date: Wed, 12 Aug 2015 16:12:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1439387500-11183-1-git-send-email-kborer@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 454 Lines: 14 On 2015-08-12 15:51, Kris Borer wrote: > Add a semantic patch for fixing some cases of checkpatch.pl error: > > ERROR: do not use assignment in if condition There is a gcc warning for this already. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/