From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754101AbcFTUfA (ORCPT ); Mon, 20 Jun 2016 16:35:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:44052 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932792AbcFTUej (ORCPT ); Mon, 20 Jun 2016 16:34:39 -0400 Date: Mon, 20 Jun 2016 22:21:38 +0200 From: Michal Marek To: Julia Lawall Cc: "Nicolas Palix (LIG)" , Deepa Dinamani , linux-kernel@vger.kernel.org, Arnd Bergmann , Gilles Muller Subject: Re: [PATCH] coccicheck: Allow for overriding spatch flags Message-ID: <20160620202137.GA13127@sepie.suse.cz> References: <1465758279-16111-1-git-send-email-deepa.kernel@gmail.com> <92dd8f8e-7ee1-42df-66c9-95d8cca7210f@imag.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 On Sun, Jun 12, 2016 at 11:45:57PM +0200, Julia Lawall wrote: > > > On Sun, 12 Jun 2016, Nicolas Palix (LIG) wrote: > > > Le 12/06/16 à 21:04, Deepa Dinamani a écrit : > > > Documentation/coccinelle.txt suggests using the SPFLAGS > > > make variable to pass additional options to spatch. > > > > > > Reorder the way SPFLAGS is added to FLAGS, to allow > > > for options in the SPFLAGS to override the default > > > --very-quiet option. > > > > > > Similarly, rearrage the FLAGS for org or report mode. > > > This allows for overriding of the default --no-show-diff > > > option through SPFLAGS. > > > > > > Signed-off-by: Deepa Dinamani > > > Cc: Julia Lawall > > > Cc: Gilles Muller > > > Cc: Nicolas Palix > > Acked-By: Nicolas Palix > > Acked-by: Julia Lawall Applied to kbuild.git#misc. Michal