Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752482AbeACMCr (ORCPT + 1 other); Wed, 3 Jan 2018 07:02:47 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:12659 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000AbeACMCq (ORCPT ); Wed, 3 Jan 2018 07:02:46 -0500 X-IronPort-AV: E=Sophos;i="5.45,501,1508796000"; d="scan'208";a="249965351" Date: Wed, 3 Jan 2018 13:02:40 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: SF Markus Elfring cc: cocci@systeme.lip6.fr, Gilles Muller , Himanshu Jha , Masahiro Yamada , Michal Marek , Nicolas Palix , LKML , kernel-janitors@vger.kernel.org, Amitoj Kaur Chawla Subject: Re: [PATCH] Coccinelle: Rename the script for a transformation of memory allocations In-Reply-To: <6423882b-20df-61fd-d7c6-ac1bb4ec891d@users.sourceforge.net> Message-ID: References: <6423882b-20df-61fd-d7c6-ac1bb4ec891d@users.sourceforge.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) 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 Return-Path: On Wed, 3 Jan 2018, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 3 Jan 2018 12:43:45 +0100 > > A script for the semantic patch language was extended > in a significant way. > An other file name is more appropriate then to indicate > the provided functionality. Thus rename this file. > > Signed-off-by: Markus Elfring > --- > ...kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} (100%) > > diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci > similarity index 100% > rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci > rename to scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci NACK. The name is too long and should not contain spaces. julia