From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Maennich Subject: Re: [v2 08/10] scripts: Coccinelle script for namespace dependencies Date: Wed, 14 Aug 2019 13:20:34 +0100 Message-ID: <20190814122034.GA117054@google.com> References: <20190813121733.52480-9-maennich@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cocci-bounces@systeme.lip6.fr Errors-To: cocci-bounces@systeme.lip6.fr To: Markus Elfring Cc: Kate Stewart , linux-m68k@vger.kernel.org, Oliver Neukum , Mauro Carvalho Chehab , usb-storage@lists.one-eyed-alien.net, kernel-janitors@vger.kernel.org, "H. Peter Anvin" , Joel Fernandes , Sam Ravnborg , cocci@systeme.lip6.fr, linux-arch@vger.kernel.org, linux-scsi@vger.kernel.org, x86@kernel.org, Lucas De Marchi , Ingo Molnar , Alan Stern , Geert Uytterhoeven , kernel-team@android.com, Sandeep Patil , Arnd Bergmann , linux-kbuild@vger.kernel.org, Philippe Ombredanne , Nicolas Palix List-Id: linux-m68k@vger.kernel.org On Wed, Aug 14, 2019 at 02:00:23PM +0200, Markus Elfring wrote: >+# This script requires at least spatch >+# version 1.0.4. > >How do you think about to avoid the duplicate specification of this identification? > That is a good idea. I will reduce the patch to +# This script requires a minimum spatch version. +SPATCH_REQ_VERSION="1.0.4" and use $SPATCH_REQ_VERSION when diagnosing this issue further down. Cheers, Matthias