Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751971AbcDVS7o (ORCPT ); Fri, 22 Apr 2016 14:59:44 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:39404 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751470AbcDVS7n (ORCPT ); Fri, 22 Apr 2016 14:59:43 -0400 X-IronPort-AV: E=Sophos;i="5.24,518,1454972400"; d="scan'208";a="175478202" Date: Fri, 22 Apr 2016 20:59:39 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@localhost6.localdomain6 To: Thomas Gleixner cc: Jon Hunter , Jiang Liu , Marc Zyngier , linux-kernel@vger.kernel.org, kbuild-all@01.org Subject: Re: [PATCH] irqdomain: fix compare_const_fl.cocci warnings In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 406 Lines: 18 On Fri, 22 Apr 2016, Thomas Gleixner wrote: > On Wed, 20 Apr 2016, Julia Lawall wrote: > > > Move constants to the right of binary operators. > > > > Generated by: scripts/coccinelle/misc/compare_const_fl.cocci > > > > Signed-off-by: Fengguang Wu > > Signed-off-by: Julia Lawall > > This SOB chain looks wrong. Who is the author? The script? julia